tor-browser

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

background-image-only-for-print-ref.html (204B)


      1 <!DOCTYPE html>
      2 <style>
      3  :root {
      4    print-color-adjust: exact;
      5  }
      6 </style>
      7 <p>
      8  Should print a green rectangle but not display it on screen.
      9 </p>
     10 <img src="/images/green.png" alt="A green rectangle">