<!DOCTYPE html>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<style>
.fixed {
position: fixed;
width: 2000px;
border-right: 100px solid red;
}
</style>
<div class="fixed" style="top:0;">Should repeat at the top on every page. No red should be seen!</div>
<div style="height:100px;"></div>
<div style="break-before:page; height:100px;"></div>
<div style="break-before:page; height:100px;"></div>
<div class="fixed" style="bottom:0;">Should repeat at the bottom on every page. No red should be seen!</div>