1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/async-scrolling/bg-fixed-cover-3-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<body style="overflow:hidden; height:3000px; 1.7 + background-image:url(repeatable-diagonal-gradient.png), url(repeatable-diagonal-gradient.png); 1.8 + background-repeat:no-repeat; 1.9 + background-position:0 300px, 0 0;"> 1.10 + <!-- Test that scrolling content above background-attachment:fixed content but not 1.11 + intersecting it doesn't get moved down to a layer below the 1.12 + background-attachment:fixed content --> 1.13 + <div style="position:absolute; background:black; left:0; top:300px; width:500px; height:200px;"></div> 1.14 +</body> 1.15 +</html>