tor-browser

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

roles-properties-supported-textbox-aria-activedescendant-obj1.html (382B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>Test Case 234
      6      </title>
      7   </head>
      8   <body>
      9      <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content
     10          <div id="obj1" role="button">obj1</div>
     11      </div>
     12      <div id="obj2">obj2</div>
     13   </body>
     14 </html>