tor-browser

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

482659-1b.html (437B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <script>
      5      function doTest() {
      6        window.frames[0].document.body.innerHTML =
      7          "<img src='passouter.png' " +
      8          "onload='window.parent.document.documentElement.className = &quot;&quot;'>";
      9      }
     10      document.addEventListener("MozReftestInvalidate", doTest);
     11    </script>
     12  </head>
     13  <body>
     14    <iframe src="about:blank"></iframe>
     15  </body>
     16 </html>
     17