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

10 lines
370 B
HTML

<html>
<body>
<!-- This image scales uniformly, preserving its aspect ratio, to be
600x600. Though the SVG content doesn't have a viewBox, we behave as if
it did when it's used as an image, since it has non-percent-valued
height and width attributes on the root svg node. -->
<img src="squaredCircle-100x100.svg" width="600px">
</body>
</html>