summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/image-set-002-ref.html
blob: 3fc55e8aac45f39443307a46146c805e9ae6aaee (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-none.jpg);
    background-repeat: no-repeat;
  }
</style>
<div></div>