chromium/third_party/blink/web_tests/wpt_internal/printing/icb-scaling-004-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<style>
  @page {
    size: 400px;
    margin: 0;
  }
  body {
    margin: 0;
  }
  .block {
    background: url(../support/cat.png) no-repeat;
    background-position-y: 100px;
    width: 600px;
    height: 200px;
  }
</style>
<div class="block">
  There should be two identical cats on this page.
</div>
<div class="block"></div>