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

<!DOCTYPE html>
<style>
body {
  margin: 0;
}
</style>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<div style="position:fixed; top:0;">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>
<div style="height:500vh;"></div>