Backed out changeset 82c7a343a1a1 (bug 1474705) for causing linting opt failures...
[gecko.git] / layout / reftests / svg / image / image-preserveAspectRatio-02-svg.svg
blobcbe5bc0bcb4ae3a877a84e61aaf614751e4db224
1 <!-- Test to make sure "preserveAspectRatio" value is applied correctly on
2 <image> tag, when the width:height ratio is greater than the image's
3 nativeWidth:nativeHeight -->
4 <svg xmlns="http://www.w3.org/2000/svg"
5 xmlns:xlink="http://www.w3.org/1999/xlink">
6 <script xlink:href="util.js" type="text/javascript"/>
7 <script>
8 var grid = generateImageGrid("blueRect10x10-viewBox.svg", 40, 20);
9 grid.setAttribute("transform", "translate(10, 10)");
10 document.documentElement.appendChild(grid);
11 </script>
12 </svg>