background-001-print-ref.html (364B)
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 } 13 </style> 14 <div style="margin:0 4em;"> 15 <div style="height:4em; background:lime;"></div> 16 The background of the top page margin area should be lime. 17 </div>