summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-child-no-culling-1-ref.html
blob: 8f647b7c9e14a1792a18de54f42de90f54938e82 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<body style="overflow:hidden; margin:0;">
  <div style="height: 100px;
              background-image:url(repeatable-diagonal-gradient.png);
              background-attachment:fixed;
              background-repeat:no-repeat;
              background-position:top left;">
  </div>
</body>
</html>