tor-browser

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

not-at-page-edges-001-print-ref.html (454B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      4 <style>
      5  @page {
      6    size: 400px;
      7    margin: 0;
      8  }
      9  :root {
     10    print-color-adjust: exact;
     11  }
     12  body {
     13    margin: 0;
     14  }
     15 </style>
     16 <div style="height:100px;"></div>
     17 <div style="font:20px/20px Ahem; background:yellow;">
     18  xxx<br><br>
     19  <div style="height:400px;"></div>
     20  <br>xxx
     21 </div>