summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/img-simple-3.html
blob: f20c2877ea21df525cc5a7e2a1d7e7be0218c8b2 (plain)
1
2
3
4
5
6
7
8
9
<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>