tor-browser

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

monolithic-overflow-027-print-ref.html (295B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  :root {
      5    print-color-adjust: exact;
      6  }
      7  body {
      8    color: white;
      9    margin: 0;
     10  }
     11 </style>
     12 <div style="height:400vh; background:green;">
     13  There should be four green pages.
     14 </div>