chromium/third_party/blink/web_tests/printing/fixed-positioned-headers-and-footers-absolute-covering-some-pages-expected.html

<!DOCTYPE html>
<style>
body {
  margin: 0;
}
</style>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<div style="position:absolute; top:0;">Should repeat at the top on every page, except page 3 and 4</div>
<div style="position:absolute; top:100vh;">Should repeat at the top on every page, except page 3 and 4</div>
<div style="position:absolute; top:400vh;">Should repeat at the top on every page, except page 3 and 4</div>
<div style="position:absolute; z-index:2; left:0; top:200vh; width:100vh; height:200vh; background:black;">Absolute</div>