gecko-dev/layout/reftests/svg/image/image-svg-inline-sprite-zoom-out-01-ref.html
Seth Fowler 9b1a87e416 Bug 920621 (Part 2) - Tests for zoom with the svg:image element. r=dholbert
--HG--
rename : layout/reftests/svg/pass.svg => layout/reftests/svg/image/lime-no-dimensions.svg
2013-10-02 19:04:33 -07:00

9 lines
216 B
HTML

<html>
<body style="margin: 0">
<svg xmlns="http://www.w3.org/2000/svg">
<rect x="0" y="0" width="5" height="10" fill="lime"/>
<rect x="5" y="0" width="5" height="10" fill="blue"/>
</svg>
</body>
</html>