monolithic-overflow-022-print.html (425B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#possible-breaks"> 4 <link rel="match" href="monolithic-overflow-022-print-ref.html"> 5 <style> 6 :root { 7 print-color-adjust: exact; 8 } 9 body { 10 margin: 0; 11 } 12 </style> 13 <div style="contain:size; height:350vh; background:cyan;"> 14 There should be four pages. 15 </div>