blob: d56687c9e525ee062bfa74a751ca2ada717a0add (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<title>Zero height box immediately after a forced page-break</title>
<link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/>
<body>
<div style="break-after: page; height: 100%">Page 1</div>
<div style="height: 1in"></div>
</body>
</html>
|