tor-browser

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

checkerboard-3.html (978B)


      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="2100"
      6      style="scrollbar-width: none">
      7 <!-- This is the exact same test as checkerboard-2.html, but we put
      8     the scroll position entirely outside of the displayport. This ensures
      9     that even we do the proper checkerboarding even if the layer would
     10     otherwise be culled out in the compositor because it is not on-screen. -->
     11 <body style="background-color: green; height: 5000px">
     12  <div style="position:fixed; left: 0px; top: 0px; width: 100px; height: 500px; background-color: purple; z-index: -1"></div>
     13  <div style="position:absolute; left: 0px; top: 500px; background-color: yellow; width: 100px; height: 4500px"></div>
     14  <div style="position:fixed; left: 10px; top: 10px; width: 10px; height: 10px; background-color: blue"></div>
     15 </body>