summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-cover-1-ref.html
blob: b5efcc741241dcee3004c6029223893908a52dbf (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; height:3000px;
             background-image:url(repeatable-diagonal-gradient.png);
             background-repeat:no-repeat;
             background-position:0 300px;">
  <div style="position:absolute; background:black; top:0; left:0; width:500px; height:400px;"></div>
</body>
</html>