tor-browser

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

1376092.html (307B)


      1 <!doctype html>
      2 <html class="reftest-wait">
      3 <link rel="woof" href="1376092.css">
      4 <script>
      5 let link = document.querySelector('link');
      6 link.onload = function() {
      7  link.media = "";
      8  document.documentElement.className = "";
      9 }
     10 link.media = "only x";
     11 link.rel = "stylesheet";
     12 </script>
     13 Should be green.
     14 </html>