subpixel-page-size-001-print.html (524B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-page-3/#page-size-prop"> 4 <link rel="match" href="subpixel-page-size-001-print-ref.html"> 5 <meta name=reftest-pages content="2"> 6 <style> 7 body { margin: 0; } 8 @page { 9 size: 400px 123.9px; 10 margin: 0; 11 } 12 :root { 13 print-color-adjust: exact; 14 } 15 </style> 16 <div style="height:123.9px; background:red;"> 17 This page should not be printed. 18 </div> 19 There should be no red.