content-003-print-ref.html (318B)
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 Lime rectangle: 15 <div style="display:inline-block; width:100px; height:50px; background:lime;"></div>