monolithic-overflow-013-print.html (543B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1402540"> 4 <link rel="match" href="monolithic-overflow-013-print-ref.html"> 5 <style> 6 :root { 7 print-color-adjust: exact; 8 } 9 body { margin: 0; } 10 </style> 11 <div style="position:absolute; width:100%; background:yellow;"> 12 <div style="contain:size; width:50px; height:350vh; background:hotpink;"></div> 13 This text should be at the middle of the fourth page. 14 </div>