tor-browser

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

monolithic-overflow-004-print.html (710B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1402540">
      4 <link rel="match" href="reference/monolithic-overflow-4-pages-print-ref.html">
      5 <style>
      6  :root {
      7    print-color-adjust: exact;
      8  }
      9  body { margin: 0; }
     10 </style>
     11 <div style="height:390vh;">
     12  <div style="background:yellow;">
     13    <div style="contain:size; width:50px; height:350vh; background:hotpink;"></div>
     14    Yellow background, page 4.
     15  </div>
     16  White background, page 4. There should be a hotpink rectangle inside a yellow
     17  block, starting at the first page, and ending right before the first piece of
     18  text.
     19 </div>