chromium/third_party/blink/web_tests/printing/fixedpos-and-tall-abspos.html

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
  body {
    margin: 0;
  }
</style>
<div style="position:absolute; right:0; width:10px; height:300vh; background:black;"></div>
<div style="position:fixed;">On every page</div>