tor-browser

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

root-scrollbar-async-zoomed-out.html (552B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait"
      3      reftest-async-scroll
      4      reftest-async-scroll-x="899" reftest-async-scroll-y="19999"
      5      reftest-async-zoom="0.5"><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: 18000px; height: 40000px; background: white;"></div>
     12 </body>
     13 </html>