summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/density-size-correction/image-set-001-cross-origin.sub.html
blob: 8d331f1342a3df622e58e3ae5f40c769dcc8a8de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<link rel="match" href="image-set-001-ref.html">
<style>
  body { margin: 0 }
  div {
    width: 100vw;
    height: 100vh;
    background-image: -webkit-image-set(url(http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-valid-hires.jpg) 1x);
    background-image: image-set(url(http://{{hosts[alt][]}}:{{ports[http][0]}}/density-size-correction/resources/exif-resolution-valid-hires.jpg) 1x);
    background-repeat: no-repeat;
  }
</style>
<div></div>