tor-browser

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

monolithic-overflow-027-print.html (520B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://issues.chromium.org/41496759">
      4 <link rel="match" href="monolithic-overflow-027-print-ref.html">
      5 <style>
      6  :root {
      7    print-color-adjust: exact;
      8  }
      9  body {
     10    color: white;
     11    margin: 0;
     12  }
     13 </style>
     14 <div style="position:absolute; width:100%; contain:size; height:4in; background:red;">
     15  <div style="height:8in; background:green;">
     16    There should be four green pages.
     17  </div>
     18 </div>