summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/891.html
blob: 2d2361e43d7ca5866fbdeaa8730fe51bf86ce88e (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 case 891
      </title>
   </head>
   <body>
      <div id="test" role="tree" aria-label="foo">
         <div role="treeitem" id="obj1">obj1</div>
         <div role="treeitem" id="obj2">obj2</div>
      </div>
   </body>
</html>