summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/treeitem-aria-checked-mixed.html
blob: 6a29dfff7514fb80a29ddd3127faa5ed9b9385d7 (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>&lt;div&gt; with role treeitem; inherited supported state or property "aria-checked" value
         of "mixed"
      </title>
   </head>
   <body>
      <div role="tree">
         <div id="test" role="treeitem" aria-checked="mixed">Placeholder content</div>
      </div>
   </body>
</html>