filled-green-100px-square-print-ref.html (307B)
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 </style> 8 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 9 <div style="width:100px; height:100px; background:green;"></div>