Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /density-size-correction/density-corrected-size-img.html - WPT Dashboard Interop Dashboard
<!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>