page-box-003-print-ref.html (413B)
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: 0; 12 background: #00f; 13 } 14 </style> 15 <div style="display:grid; height:100vh; background:#f008;"> 16 <div style="margin:8px;"> 17 This page should have a violet-ish background, not red, not blue. 18 </div> 19 </div>