summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported/roles-properties-supported-tree-aria-required-true.html
blob: 86fbbc1a515992a296c1c3f450e9ceade2b49009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>&lt;div&gt; with role tree; supported state or property "aria-required" value of "true"</title>
   </head>
   <body>
      <div id="test" role="tree" aria-required="true">
         <div role="treeitem" id="obj1">obj1</div>
         <div role="treeitem" id="obj2">obj2</div>
      </div>
   </body>
</html>