background-image-only-for-print-ref.html (204B)
1 <!DOCTYPE html> 2 <style> 3 :root { 4 print-color-adjust: exact; 5 } 6 </style> 7 <p> 8 Should print a green rectangle but not display it on screen. 9 </p> 10 <img src="/images/green.png" alt="A green rectangle">