tor-browser

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

1133905-5-vh-rtl.html (602B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait"><head>
      3 <meta name="viewport" content="initial-scale=1.5">
      4 <style> html { direction: rtl; } </style>
      5 </head>
      6 <body>
      7 <div style="height: 13333px; width: 6000px;"></div>
      8 <script>
      9  window.addEventListener("MozReftestInvalidate",
     10      function() {
     11        // The zooming due to the initial-scale will not preserve the default
     12        // scroll position (top right corner) for an RTL scroll frame, so
     13        // scroll to it explicitly.
     14        window.scrollTo(scrollMaxX, 0);
     15        document.documentElement.className = "";
     16      });
     17 </script>
     18 </body>
     19 </html>