monolithic-overflow-024-print-ref.html (517B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 100px; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 div { 15 width: 60px; 16 } 17 </style> 18 <div style="height:70px;"></div> 19 <div style="height:60px; background:black;"></div> 20 <div style="height:140px;"></div> 21 <div style="height:60px; background:black;"></div> 22 <div style="height:140px;"></div> 23 <div style="height:60px; background:black;"></div>