gecko/layout/reftests/svg/as-image/img-and-image-1.html
Daniel Holbert 4a7a8b4937 Bug 272288 Patch 5: Add some more <svg:image> reftests. r=roc a=tests
--HG--
rename : layout/reftests/svg/image/blueRect10x10-viewBox.svg => layout/reftests/svg/image/blueRect10x10-viewBox-animPAR.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02-ref.svg => layout/reftests/svg/image/image-preserveAspectRatio-03-ref.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg => layout/reftests/svg/image/image-preserveAspectRatio-03.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02-ref.svg => layout/reftests/svg/image/image-preserveAspectRatio-04-ref.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg => layout/reftests/svg/image/image-preserveAspectRatio-04.svg
2010-12-19 16:45:29 -08:00

25 lines
880 B
HTML

<html>
<head>
<style>
img { position: absolute; }
</style>
</head>
<body style="margin: 0">
<!-- Use the base images "a" and "b" first -->
<img src="img-and-image-1-helper-a.svg"
style="left: 0; top: 0; width: 60px; height: 20px">
<img src="img-and-image-1-helper-b.svg"
style="left: 150px; top: 0; width: 60px; height: 20px">
<!-- Now, use an SVG image "c", which itself uses both base images. -->
<img src="img-and-image-1-helper-c.svg"
style="left: 0; top: 50px; width: 300px; height: 200px">
<!-- And finally, use "a" and "b" again, but now with a different size. -->
<img src="img-and-image-1-helper-a.svg"
style="left: 0; top: 250px; width: 30px; height: 50px">
<img src="img-and-image-1-helper-b.svg"
style="left: 150px; top: 250px; width: 30px; height: 50px">
</body>
</html>