summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-svg-inline-sprite-zoom-in-01-ref.html
blob: 669241ab7315b0839ca968ba7a3ab501d8dc75b7 (plain)
1
2
3
4
5
6
7
8
<html>
<body style="margin: 0">
  <svg xmlns="http://www.w3.org/2000/svg">
    <rect x="0" y="0" width="15" height="30" fill="lime"/>
    <rect x="15" y="0" width="15" height="30" fill="blue"/>
  </svg>
</body>
</html>