tor-browser

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

reftest_mismatch_page_margins-print.html (245B)


      1 <title>print-reftest should respect @page margins</title>
      2 <link rel=mismatch href=reftest_match-print-ref.html>
      3 <style>
      4 * {margin: 0; padding:0}
      5 @page {margin: 0;}
      6 div {page-break-after: always;}
      7 </style>
      8 <div>
      9 page 1
     10 </div>
     11 <div>
     12 page 2
     13 </div>