summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/image-set-003.html
blob: 2ad8063eaa0f272ba3de2d1f01501481b736c66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<title>Density corrected image: image-set() without &lt;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>