chromium/third_party/blink/web_tests/printing/fixedpos-in-multicol-expected.html

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
  body {
    margin: 0;
  }
</style>
<div style="width:420px;">
  <div style="float:left; width:200px; height:100vh;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:50vh;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:50vh;">
    On every page
  </div>
  <div style="float:left; width:200px; height:100vh;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:100vh;">
    <div style="margin-top:50vh;">On every page</div>
  </div>
  <div style="float:left; width:200px; height:100vh;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:100vh;">
    <div style="margin-top:50vh;">On every page</div>
  </div>
</div>