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