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

<!DOCTYPE html>
<script>
  if (window.testRunner)
    testRunner.setPrinting();
</script>
<style>
  body {
    margin: 0;
  }
</style>
<div style="columns:2; width:420px; column-fill:auto; column-gap:20px;">
  <div style="will-change:transform;">
    <div style="height:150vh;"></div>
    <div style="position:fixed;">Only on the first page</div>
    <div style="height:350vh;"></div>
  </div>
</div>