tor-browser

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

overflowing-block-002-print.html (758B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      4 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      5 <link rel="match" href="overflowing-block-002-print-ref.html">
      6 <link rel="help" href="https://drafts.csswg.org/css-break-3/#parallel-flows">
      7 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=563436">
      8 <link rel="stylesheet" href="/fonts/ahem.css">
      9 
     10 <style>
     11 @page { size: 5in 3in; margin: 0.5in; }
     12 body { margin: 0; }
     13 
     14 .content {
     15  position: absolute;
     16  font: 0.5in/1 Ahem;
     17  color: white;
     18  word-break: break-all;
     19  border: 0.5in solid purple;
     20  margin-right: 2in;
     21 }
     22 </style>
     23 
     24 <!-- The content is printed in two pages. -->
     25 <div class="content">XXXXXXXXXXXX</div>