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

<!DOCTYPE html>
<script>
if (window.testRunner)
    testRunner.setPrinting();
</script>
<div style="position:fixed; top:0; left:0; right:0; bottom:0; border:5px solid yellow;"></div>
There should be a yellow border around this page.