bg-fixed-child.html (669B)
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="height: 1000px; 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 background-attachment:fixed backgrounds of child elements don't move with async scrolling --> 15 </body> 16 </html>