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/image-set-003.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Density corrected image: image-set() without <resolution></title>
<link rel="match" href="image-set-001-ref.html">
<style>
body { margin: 0 }
div {
width: 100vw;
height: 100vh;
background-image: -webkit-image-set(url(resources/exif-resolution-valid-hires.jpg));
background-image: image-set(url(resources/exif-resolution-valid-hires.jpg));
background-repeat: no-repeat;
}
</style>
<div></div>