summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/863.html
blob: 8ae98c7f1e87c9e0fc3aba9de2468f6dd98a90c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">    <title>test 863</title>
  </head>
  <body>
    <div role="grid" aria-label="mygrid">
       <div role="row">
       <div id="test" aria-label="foo" role="columnheader"></div>
       </div>
    </div>
  </body>
</html>