chromium/third_party/blink/web_tests/printing/fixed-positioned-headers-and-footers-expected.html

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<div style="position:absolute; top:0;">Should repeat at the top on every page</div>
<div style="position:absolute; top:100vh;">Should repeat at the top on every page</div>
<div style="position:absolute; top:200vh;">Should repeat at the top on every page</div>
<div style="position:absolute; bottom:0;">Should repeat at the bottom on every page</div>
<div style="position:absolute; bottom:-100vh;">Should repeat at the bottom on every page</div>
<div style="position:absolute; bottom:-200vh;">Should repeat at the bottom on every page</div>