summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/density-corrected-size-img-ref.html
blob: 5a71863a46e9e2ce14abd717230becdea77f1c58 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<body>
<img src="resources/exif-resolution-none.jpg" width="100" height="50" />
<img src="resources/exif-resolution-none.jpg" width="50" height="25" />
<img src="resources/exif-resolution-none.jpg" width="200" height="100"/>
<img src="resources/exif-resolution-none.jpg" width="50" height="100"/>
</body>
</html>