tor-browser

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

root-scrollbar-async-zoomed-in.html (550B)


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