tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

zero-size-001-print.tentative.html (520B)


      1 <!doctype html>
      2 <title>Printing with page width and height 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 and height of zero." />
      7 <style>
      8 html { box-sizing: border-box; height: 100%; border: 2px solid black; }
      9 @page {
     10  size: 0;
     11 }
     12 </style>
     13 <h1>Chapter 1. Loomings</h1>