inapplicable-properties-print-ref.html (461B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 400px; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 </style> 15 <div style="width:100px; height:100px; background:green;"> 16 Line 1<br> 17 Line 2 18 </div> 19 <div style="margin-left:100px; margin-right:100px;"> 20 In the top left corner there should be a green square with two lines inside. 21 </div>