tor-browser

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

invalidation.html (289B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-wait">
      3 <body style="border:10px solid pink;">
      4 <script>
      5  function doTest() {
      6  document.body.style.border = "";
      7  document.documentElement.removeAttribute('class');
      8 }
      9 document.addEventListener("MozReftestInvalidate", doTest);
     10 </script>
     11 </body>
     12 </html>