tor-browser

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

1232881-1.html (530B)


      1 <!DOCTYPE html>
      2 <html style="writing-mode: vertical-rl;"  class="reftest-wait">
      3  <script>
      4    function go() {
      5      x.style.paddingRight='900%';
      6      setTimeout(done, 0);
      7    }
      8    function done() {
      9      document.documentElement.removeAttribute("class");
     10    }
     11  </script>
     12    <body onload="go()">
     13        <div style="transition-delay: 1ms;" id="x"></div>
     14        <div style="position: relative; display: table-header-group;">
     15            <div style="float: right; padding-top: 153%;"></div>
     16        </div>
     17    </body>
     18 </html>