bg-fixed-child-no-culling-3.html (534B)
1 <!DOCTYPE HTML> 2 <html reftest-async-scroll 3 reftest-displayport-x="0" reftest-displayport-y="-150" 4 reftest-displayport-w="800" reftest-displayport-h="2000" 5 reftest-async-scroll-x="0" reftest-async-scroll-y="-150" 6 style="scrollbar-width: none; background: linear-gradient(white, white) top left fixed no-repeat;"> 7 <body style="height: 3000px; margin: 0;"> 8 <div style="width: 200px; height: 100px; background: lime;"></div> 9 10 <script> 11 document.documentElement.scrollTop = 150; 12 </script> 13 14 </body> 15 </html>