gecko/layout/reftests/svg/as-image/img-simple-5.html
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

7 lines
174 B
HTML

<html>
<body>
<!-- Like img-simple-3, but with height != width on the img element. -->
<img src="squaredCircle-100x100.svg" width="200px" height="600px">
</body>
</html>