tor-browser

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

1467688.html (538B)


      1 <html class="reftest-wait">
      2 <head>
      3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      4 </head>
      5 <body style="transform:translate(4px)">
      6 <div id="invalid" style="width:100px; height:100px; background-color:red;"></div>
      7 <script>
      8  function doTest() {
      9    document.documentElement.style.perspective = '100px';
     10    document.getElementById("invalid").style.backgroundColor = "green";
     11    document.documentElement.removeAttribute("class");
     12  }
     13  window.addEventListener("MozReftestInvalidate", doTest);
     14 </script>
     15 </body>
     16 </html>