basic-pagination-001-print-ref.html (276B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 293px; 6 margin: 5px; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 background: yellow; 14 } 15 </style> 16 <div>Page</div>