chromium/third_party/blink/web_tests/printing/fixedpos-in-transform-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;">
    Only on the first page
  </div>
  <div style="float:left; width:200px; height:100vh; background:cyan;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:100vh;"></div>
  <div style="float:left; width:200px; height:100vh;"></div>
  <div style="float:left; margin-left:20px; width:200px; height:100vh;"></div>
</div>