summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-child-clip-ref.html
blob: 7ae3847742492316e481a63a1580b2b090333aec (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>