zero-size-002-print.tentative.html (520B)
1 <!doctype html> 2 <title>Printing with page width of zero</title> 3 <link rel="help" href="https://www.w3.org/TR/css-page-3/"> 4 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/8335"> 5 <link rel="match" href="zero-size-print-ref.html"> 6 <meta name="assert" content="The used page size is the initial value instead of the authored width of zero and height of 4in." /> 7 <style> 8 html { box-sizing: border-box; height: 100%; border: 2px solid black; } 9 @page { 10 size: 0 4in; 11 } 12 </style> 13 <h1>Chapter 1. Loomings</h1>