media-queries-003-print-ref.html (354B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 :root { 5 print-color-adjust: exact; 6 } 7 body { margin-right: 108px; } 8 </style> 9 <div style="position:absolute; right:0; bottom:0; width:100px; height:100px; background:green;"></div> 10 There should be a green square in the bottom right corner.