summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/density-corrected-size-img.html
blob: 7c2e788acb9661696365552922f5db721f0fc08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<head>
    <title>Density corrected size: rendering</title>
    <link rel="author" title="Noam Rosenthal" href="noam@webkit.org">
    <link rel="match" href="density-corrected-size-img-ref.html" />
    <meta name="assert" content="Assert that images with EXIF density-corrected-size are rendered correctly">
</head>
<body>
    <img src="resources/exif-resolution-none.jpg" />
    <img src="resources/exif-resolution-valid-hires.jpg" />
    <img src="resources/exif-resolution-valid-lores.jpg" />
    <img src="resources/exif-resolution-valid-non-uniform.jpg"  />
</body>
</html>