tor-browser

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

page-size-009-print-ref.html (413B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  @page {
      5    size: 300px 400px;
      6    margin: 0;
      7  }
      8  @page :first {
      9    size: 200px;
     10  }
     11  :root {
     12    print-color-adjust: exact;
     13  }
     14  body {
     15    margin: 0;
     16  }
     17 </style>
     18 There should be a 200x200 square on the next page.
     19 <div style="break-before:page; width:200px; height:200px; background:green;"></div>