summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/image-set-001-ref.html
blob: 69c3dc173196dc46e2ed604f4d662189597b6f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<style>
  body { margin: 0 }
  div {
    width: 100vw;
    height: 100vh;
    background-image: url(resources/exif-resolution-valid-hires.jpg);
    background-repeat: no-repeat;
  }
</style>
<div></div>