tor-browser

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

1488155.html (290B)


      1 <!doctype html>
      2 <html class="reftest-wait">
      3 <style>
      4  :link {
      5    color: green;
      6  }
      7 </style>
      8 <a id="target">Should be green</a>
      9 <script>
     10 window.addEventListener("MozReftestInvalidate", function() {
     11  target.setAttribute("href", "");
     12  document.documentElement.className = "";
     13 });
     14 </script>