tor-browser

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

page-background-image-print-ref.html (229B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4  :root {
      5    print-color-adjust: exact;
      6  }
      7  html {
      8    background-color: lime;
      9  }
     10 
     11  @page {
     12    margin: 0px;
     13  }
     14 </style>
     15 
     16 <p>
     17  Should print on a green background but not display it on screen.
     18 </p>