| <!DOCTYPE html> |
| <meta charset="utf-8"> |
| <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com"> |
| <link rel="author" title="Mozilla" href="https://www.mozilla.org/"> |
| <link rel="help" href="https://drafts.csswg.org/css-break-3/#parallel-flows"> |
| <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=563436"> |
| <link rel="stylesheet" href="/fonts/ahem.css"> |
| |
| <style> |
| @page { size: 5in 3in; margin: 0.5in; } |
| body { margin: 0; } |
| |
| .content { |
| font: 0.5in/1 Ahem; |
| color: white; |
| word-break: break-all; |
| border: 0.5in solid purple; |
| margin-right: 2in; |
| } |
| </style> |
| |
| <!-- The content is printed in two pages. --> |
| <div class="content">XXXXXXXXXXXX</div> |