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