chromium/third_party/blink/web_tests/printing/absolute-positioned.html

<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.setPrinting();
</script>
<div style="position:absolute; top:0; left:0; right:0; bottom:0; border:5px solid yellow;"></div>
There should be a yellow border around this page.
<div style="page-break-before:always;">
    This is the second page. There should be no border here.
</div>