summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/background-image-rect-2.html
blob: 15f861d40fa35ff88af1559f313ffbdc0af27b30 (plain)
1
2
3
4
5
6
7
8
<html>
<body>
  <div style="height: 100px; width: 100px;
              background-image: -moz-image-rect(url('lime100x100.svg'),
                                                0,100,100,0)">
  </div>
</body>
</html>