anchor-position-005-print-ref.html (432B)
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 </style> 8 <p>There should be a green square below, and no red.</p> 9 <div style="width:100px; height:100px; background:green;"></div> 10 11 <p style="break-before:page;">There should be a green square below, and no red.</p> 12 <div style="width:100px; height:100px; background:green;"></div>