tor-browser

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

502288-1.html (452B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3  <head>
      4    <script>
      5      window.addEventListener("MozReftestInvalidate",
      6                              function() {
      7                                document.getElementById("x").style.paddingTop = "2em";
      8                                document.documentElement.className = "";
      9                              });
     10    </script>
     11  </head>
     12  <body>
     13    <div id="x">
     14      Some text
     15    </div>
     16  </body>
     17 </html>