tor-browser

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

clip-rect-scroll-ref.html (272B)


      1 <!DOCTYPE html>
      2 <p>The test passes if there is a green square containing text (which can be scrolled
      3 with mouse wheel or touch). No scrollbars should be seen.</p>
      4 <div style="position: relative; top: 10px; left: 10px; width: 90px; height: 90px; background: green">
      5 </div>