tor-browser

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

871.html (518B)


      1 <!DOCTYPE html> 
      2 <html>
      3  <head>  
      4    <title>ARIA 1.0 Test Case 871</title>
      5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      6  </head>
      7  <body>
      8    <div id="test" role="listbox" aria-label="foo">
      9      <div role="option" aria-setsize="3" aria-posinset="1" tabindex="-1">Option 1</div> 
     10      <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div> 
     11      <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</div>
     12    </div>
     13  </body>
     14 </html>