tor-browser

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

async-scrollbar-1-vh-rtl.html (567B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait"
      3      reftest-async-scroll
      4      reftest-async-scroll-x="-440" reftest-async-scroll-y="7999"><head>
      5 <meta name="viewport" content="initial-scale=1,width=device-width">
      6 <style> html { direction: rtl; } </style>
      7 </head>
      8 <!-- Doing scrollTo(-10,1) is to activate the right/up arrows in the scrollbars
      9     for non-overlay scrollbar environments -->
     10 <body onload="scrollTo(-10,1); document.documentElement.classList.remove('reftest-wait')">
     11 <div style="width: 9000px; height: 20000px; background: white;"></div>
     12 </body>
     13 </html>