chromium/third_party/blink/web_tests/printing/abspos-in-abspos.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="position:absolute; top:150vh;">
  <div style="position:absolute; top:0px;">
    PASS
  </div>
</div>