tor-browser

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

page-background-002-print.html (540B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="http://crbug.com/351332645">
      4 <link rel="match" href="page-background-002-print-ref.html">
      5 <style>
      6  @page {
      7    size: 300px 50px;
      8    margin: 0;
      9  }
     10  :root {
     11    print-color-adjust: exact;
     12  }
     13  body {
     14    margin-left: 100px;
     15    background: url(support/cat.png) no-repeat;
     16  }
     17 </style>
     18 Cat head.
     19 <div style="break-before:page;">
     20  Cat body.
     21 </div>
     22 <div style="break-before:page;">
     23  No cat parts on this page.
     24 </div>