chromium/third_party/blink/web_tests/printing/fixedpos-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="height:150vh;"></div>
  <div style="position:fixed;">On every page</div>
  <div style="height:350vh;"></div>
</div>