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