chromium/third_party/blink/web_tests/printing/fixed-positioned-expected.html

<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
    html, body { height:100%; margin:0; }
</style>
<div style="height:100%; box-sizing:border-box; height:100%; border:5px solid yellow; padding:3px;">
    There should be a yellow border around this page.
</div>