dynamic-001-print-ref.html (463B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style id="sheet"> 4 @page { 5 size: 700px 150px; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 </style> 15 <div style="text-align:center; height:50px;"> 16 This text should be seen at the top, and there should be a green square below. 17 </div> 18 <div style="width:100px; height:100px; margin:auto; background:green;"></div>