tor-browser

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

position-sticky-in-transformed-scrollframe-2.html (517B)


      1 <!DOCTYPE HTML>
      2 <html reftest-async-scroll>
      3 <div style="transform: translateY(90px); margin-top: 10px">
      4 <div style="overflow:scroll; height: 400px; width: 400px; background-color: yellow"
      5     reftest-displayport-x="0"
      6     reftest-displayport-y="0"
      7     reftest-displayport-w="400"
      8     reftest-displayport-h="800"
      9     reftest-async-scroll-x="0"
     10     reftest-async-scroll-y="120">
     11 <div style="height: 800px">
     12 <div style="position:sticky; top: 0px; height: 20px; background-color: green"></div>
     13 </div>
     14 </div>
     15 </div>