gecko/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html
Botond Ballo 8908f7a345 Bug 1166301 - Test that the clip on a fixed background of a child element is moved correctly during async scrolling. r=mstange
This also tests that regions of a fixed background layer that may be revealed by async scrolling are painted.
2015-08-28 13:34:17 -04:00

12 lines
339 B
HTML

<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; margin:0;">
<div style="margin-top: 50px; height: 100px;
background-image:url(repeatable-diagonal-gradient.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:top left;">
</div>
</body>
</html>