bg-fixed-child-clip-2.html (860B)
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 position: relative;"> 10 <div style="position: absolute; 11 top: 0; right: 0; bottom: 0; left: 0; 12 background-image:url(repeatable-diagonal-gradient.png); 13 background-attachment:fixed; 14 background-repeat:no-repeat; 15 background-position:top left;"> 16 </div> 17 </div> 18 <!-- test that the clip of a background-attachment:fixed background of a 19 child element moves correctly during async scrolling --> 20 </body> 21 </html>