summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/as-image/img-novb-widthAndHeight-meet-1-px.html
blob: ed58e831935ececba6e638c305e7e75898bfdbaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="svg-image-util.css" />
  <script src="svg-image-util.js"></script>
</head>
<body>
  <script>
      var svgParams = {
        viewBox:  null,
        height :  "20px",
        width :   "20px",
        meetOrSlice: "meet"
      };

      appendSVGArrayWithParams(svgParams, "img");
  </script>
  <!-- Body gets populated by script -->
</body>
</html>