tor-browser

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

checkerboard-1.html (652B)


      1 <!DOCTYPE HTML>
      2 <html reftest-async-scroll
      3      reftest-displayport-x="0" reftest-displayport-y="0"
      4      reftest-displayport-w="800" reftest-displayport-h="2000"
      5      reftest-async-scroll-x="0" reftest-async-scroll-y="1800"
      6      style="scrollbar-width:none">
      7 <!-- This is a simple test where we set the async-scroll position so that it
      8     extends outside the displayport, and ensure that the checkerboarded area
      9     is filled with the expected background color. -->
     10 <body style="background-color: green; height: 5000px">
     11  <div style="position:absolute; left: 0px; top: 1800px; width: 100px; height: 400px; background-color: red"></div>
     12 </body>