summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-break/overflowing-block-002-print-ref.html
blob: 0322ba04a07a7c0e36b2c4f2f9f25bc4f357ed3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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>