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

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
  body { margin: 0; }
</style>
The word "PASS" should be some seen on the second page.
<div style="break-before:page; margin-top:50vh;">
  PASS
</div>