tor-browser

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

page-box-001-print.html (411B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://drafts.csswg.org/css-page-3/#page-properties">
      4 <link rel="match" href="page-box-001-print-ref.html">
      5 <style>
      6  @page {
      7    margin: 0;
      8    background: yellow;
      9  }
     10  :root {
     11    print-color-adjust: exact;
     12  }
     13  body {
     14    margin: 100px;
     15  }
     16 </style>
     17 The entire page should be yellow.