chromium/third_party/blink/web_tests/printing/fixedpos-in-abspos-expected.html

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
  body {
    margin: 0;
  }
</style>
<div style="margin-top:100px; margin-left:100px;">
  <div style="height:50px;">Only on the first page</div>
  On every page
</div>
<div style="break-before:page; margin-top:100px; margin-left:100px;">
  <div style="height:50px;"></div>
  On every page
</div>
<div style="break-before:page; margin-top:100px; margin-left:100px;">
  <div style="height:50px;"></div>
  On every page
</div>