tor-browser

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

test-links.html (270B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4  </head>
      5  <body>
      6    <a href="/">a with href</a>
      7    <a>a with no attributes</a>
      8    <a name="anchor">a with name</a>
      9    <a onclick=";">a with onclick</a>
     10    <span role="link">span with role link</span>
     11  </body>
     12 </html>