transform-024-print-ref.html (550B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 :root { 5 print-color-adjust: exact; 6 } 7 body { margin: 0; } 8 </style> 9 <div style="height:100vh; background:yellow;"> 10 There should be five pages. Each page should have a unique background - but no 11 red should be seen. 12 </div> 13 <div style="height:100vh; background:pink;"></div> 14 <div style="height:100vh; background:cyan;"></div> 15 <div style="height:100vh; background:papayawhip;"></div> 16 <div style="height:100vh; background:olive;"></div>