tor-browser

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

558943-1.xhtml (266B)


      1 <html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
      2 <head>
      3 <style>
      4 .x:first-line { }
      5 .y { }
      6 </style>
      7 </head>
      8 <body onload="setTimeout(function(){  document.documentElement.className = 'y'; }, 0)">
      9 <td class="x"><a href="#">Link</a></td>
     10 </body>
     11 </html>