chromium/third_party/blink/web_tests/printing/fixed-positioned-composited-expected.html

<!DOCTYPE html>
<script>
if (window.testRunner)
  testRunner.setPrinting();
</script>
<div style="position: absolute; top: 0">
  crbug.com/848839: Composited fixed-position should repeat on every page.
</div>
<div style="position: absolute; top: 100vh;">
  crbug.com/848839: Composited fixed-position should repeat on every page.
</div>
<div style="position: absolute; top: 200vh;">
  crbug.com/848839: Composited fixed-position should repeat on every page.
</div>
<div style="height:10px;"></div>
<div style="break-before:page; height:10px;"></div>
<div style="break-before:page; height:10px;"></div>