tor-browser

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

page-size-017-print-ref.html (501B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  /* The default page box size in WPT is 5 by 3 inches. */
      5  @page {
      6    size: 6in 5in;
      7    margin: 0;
      8  }
      9  :root {
     10    print-color-adjust: exact;
     11  }
     12  body {
     13    margin: 0;
     14  }
     15 </style>
     16 <div style="margin:0.5in; width:5in; height:4in; background:yellow;">
     17  The page box size should be 6 by 5 inches. Each page margin should be 0.5in,
     18  resulting in a page area size of 5 by 4 inches.
     19 </div>