summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/density-corrected-image-svg.html
blob: 91c94965edd8b6abb6bd9425d7010acbc67c33fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
  <head>
    <title>Density Corrected Size: SVG</title>
    <link rel="author" title="Noam Rosenthal" href="noam@webkit.org">
    <link rel="match" href="density-corrected-image-svg-ref.html" />
    <meta name="assert" content="Assert that density-corrected size in EXIF is taken into account for SVG <image>">
  </head>
  <body>
    <svg width="200" height="200">
      <image href="resources/exif-resolution-none.jpg" />
    </svg>
    <svg width="200" height="200">
      <image href="resources/exif-resolution-valid-hires.jpg" />
    </svg>
    <svg width="200" height="200">
      <image href="resources/exif-resolution-valid-lores.jpg" />
    </svg>
    <svg width="200" height="200">
      <image href="resources/exif-resolution-valid-non-uniform.jpg" />
    </svg>
    <svg width="200" height="200">
      <image href="resources/exif-resolution-with-orientation.jpg" />
    </svg>
    </div>
  </body>
</html>