chromium/third_party/blink/web_tests/external/wpt/density-size-correction/image-set-001.html

<!doctype html>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:[email protected]">
<link rel="author" title="Mozilla" href="https://mozilla.org">
<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) 1x);
    background-image: image-set(url(resources/exif-resolution-valid-hires.jpg) 1x);
    background-repeat: no-repeat;
  }
</style>
<div></div>