tor-browser

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

background-001-print.html (544B)


      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/#painting">
      4 <meta name="assert" content="Test background image">
      5 <link rel="match" href="background-001-print-ref.html">
      6 <style>
      7  @page {
      8    margin: 4em;
      9 
     10    @top-center {
     11      content: "";
     12      background: url(/images/green.png);
     13    }
     14  }
     15  :root {
     16    print-color-adjust: exact;
     17  }
     18  body {
     19    margin: 0;
     20  }
     21 </style>
     22 The background of the top page margin area should be lime.