fixedpos-006-print-ref.html (1898B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 body { margin: 0; } 5 </style> 6 <div style="position:absolute; bottom:0; margin-bottom:4em;"> 7 This should repeat on every page. 8 </div> 9 <div style="position:absolute; bottom:-100vh; margin-bottom:4em;"> 10 This should repeat on every page. 11 </div> 12 <div style="position:absolute; bottom:-200vh; margin-bottom:4em;"> 13 This should repeat on every page. 14 </div> 15 <div style="position:absolute; bottom:-300vh; margin-bottom:4em;"> 16 This should repeat on every page. 17 </div> 18 <div style="position:absolute; bottom:-400vh; margin-bottom:4em;"> 19 This should repeat on every page. 20 </div> 21 <div style="position:absolute; bottom:0; margin-bottom:2em;"> 22 This should also repeat on every page. 23 </div> 24 <div style="position:absolute; bottom:-100vh; margin-bottom:2em;"> 25 This should also repeat on every page. 26 </div> 27 <div style="position:absolute; bottom:-200vh; margin-bottom:2em;"> 28 This should also repeat on every page. 29 </div> 30 <div style="position:absolute; bottom:-300vh; margin-bottom:2em;"> 31 This should also repeat on every page. 32 </div> 33 <div style="position:absolute; bottom:-400vh; margin-bottom:2em;"> 34 This should also repeat on every page. 35 </div> 36 <div style="position:absolute; bottom:0;"> 37 Even this should repeat on every page. 38 </div> 39 <div style="position:absolute; bottom:-100vh;"> 40 Even this should repeat on every page. 41 </div> 42 <div style="position:absolute; bottom:-200vh;"> 43 Even this should repeat on every page. 44 </div> 45 <div style="position:absolute; bottom:-300vh;"> 46 Even this should repeat on every page. 47 </div> 48 <div style="position:absolute; bottom:-400vh;"> 49 Even this should repeat on every page. 50 </div> 51 <div style="height:100vh;"> 52 There should be five pages. 53 </div> 54 <div style="height:100vh;"> 55 This should be on the second page. 56 </div> 57 This should be on the third page.