page-box-001-print-ref.html (279B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 margin: 0; 6 } 7 :root { 8 print-color-adjust: exact; 9 } 10 body { 11 margin: 100px; 12 background: yellow; 13 } 14 </style> 15 The entire page should be yellow.