tor-browser

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

page-size-014-print-ref.html (431B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 300px 400px;
      6    margin: 50px;
      7  }
      8  :root {
      9    print-color-adjust: exact;
     10  }
     11  body {
     12    margin: 0;
     13  }
     14 </style>
     15 <div style="width:200px; height:300px; background:yellow;">
     16  This page should have a yellow background. Page margins should be 50px on each
     17  side.
     18 </div>
     19 Second page. Nothing else here.