tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

treeitem-aria-checked-mixed.html (410B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>&lt;div&gt; with role treeitem; inherited supported state or property "aria-checked" value
      6         of "mixed"
      7      </title>
      8   </head>
      9   <body>
     10      <div role="tree">
     11         <div id="test" role="treeitem" aria-checked="mixed">Placeholder content</div>
     12      </div>
     13   </body>
     14 </html>