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

<!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>