tor-browser

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

517.html (290B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Test 517 An owned, unfocusable element, having aria-dropeffect="move" that inherits role="presentation"</title>
      6 </head>
      7 <body>
      8 <table role="presentation">
      9 <tr>
     10 <td aria-dropeffect="move">Test me</td>
     11 </tr>
     12 </table>
     13 </body>
     14 </html>