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

<!DOCTYPE html>
<style>
html{height:100%}
</style>
<script>
if (window.testRunner)
        testRunner.setPrinting();
</script>
<p>crbug.com/617533: There should be no red square below.
<div style="position: fixed;">
</div>