chromium/third_party/blink/web_tests/printing/flexbox-with-overflow-in-bottom-aligned-fixedpos-expected.html

<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.setPrinting();
</script>
<p>The word "PASS" should be seen at the bottom of the page, and no red should be seen.</p>
<div style="position:fixed; left:0; width:100%; bottom:0; height:2em;">
    PASS
</div>