gecko/layout/reftests/svg/as-image/lime50x25.svg
Daniel Holbert 0f580ba819 Bug 614649, patch 2: Tweak/repurpose some existing svg-as-an-image reftests, in light of their (intentionally) different rendering as a result of this bug's patch. r=roc a=tests
--HG--
rename : layout/reftests/svg/as-image/squaredCircle-viewBox-100x100.svg => layout/reftests/svg/as-image/squaredCircle-100x100.svg
rename : layout/reftests/svg/as-image/squaredCircle-viewBox-100x100.svg => layout/reftests/svg/as-image/squaredCircle-100x50.svg
2011-02-09 12:13:18 -08:00

5 lines
139 B
XML

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width="50" height="25">
<rect width="100%" height="100%" fill="lime"/>
</svg>