bg-fixed-child-clip-1.html (715B)
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="50" 6 style="scrollbar-width:none"> 7 <body style="height:3000px; margin:0;"> 8 <div style="margin-top: 100px; height: 100px; 9 background-image:url(repeatable-diagonal-gradient.png); 10 background-attachment:fixed; 11 background-repeat:no-repeat; 12 background-position:top left;"> 13 </div> 14 <!-- test that the clip of a background-attachment:fixed background of a 15 child element moves correctly during async scrolling --> 16 </body> 17 </html>