gecko/layout/reftests/svg/as-image/img-simple-3.html

10 lines
350 B
HTML
Raw Normal View History

<html>
<body>
<!-- Note: Despite the large width here, the SVG content won't scale, because
it hasn't provided a viewbox. It renders at a 100% zoom-level (just as
it would in an <embed> tag, and just as it would if we viewed it in a
100x600-sized browser window. -->
<img src="lime100x100.svg" width="600px">
</body>
</html>