page-background-001-print.html (500B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="http://crbug.com/351332645"> 4 <link rel="match" href="page-background-001-print-ref.html"> 5 <style> 6 :root { 7 print-color-adjust: exact; 8 } 9 body { 10 margin-left: 100px; 11 background: url(support/cat.png) no-repeat; 12 } 13 </style> 14 There should be a cat in the top left corner on this page. 15 <div style="break-before:page;"> 16 But there should be no cat on this page. 17 </div>