monolithic-overflow-018-print-ref.html (457B)
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="width:20px; height:280vh; background:blue;"></div> 10 <div style="break-before:page; width:50vh; height:50vh; background:green;"></div> 11 There should be four pages. There should be something blue on the first three, 12 and a green square on the fourth. No red anywhere.