tor-browser

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

524.html (320B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Test 524 An owned, unfocusable element, with a valid aria-labelledby attribute set that inherits role="presentation"</title>
      6 </head>
      7 <body>
      8 <table role="presentation">
      9 <tr>
     10 <td aria-labelledby="foo"></td>
     11 </tr>
     12 </table>
     13 <div id="foo">test</div>
     14 </body>
     15 </html>