tor-browser

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

async-scrollbar-1-h-rtl-ref.html (328B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait"><head>
      3 <meta name="viewport" content="width=device-width">
      4 <style> html { direction: rtl; } </style>
      5 </head>
      6 <body onload="scrollTo(-450,0); document.documentElement.classList.remove('reftest-wait')">
      7 <div style="width: 9000px; height: 10px; background: white;"></div>
      8 </body>
      9 </html>