summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-child-mask-ref.html
blob: c71b15b4345d04b9b2963d3c95a07cbead9e654a (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-repeat:no-repeat;
              background-position:0px -50px;
              border-radius:50px;">
  </div>
</body>
</html>