blob: e3f73e41e2ebee99ac6777862a0154bfe1ccd7f5 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<title>Reference: CSS page name change and break-after: page at the same point.</title>
<link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/>
<body>
<div style="break-after: page">AAA</div>
<div>BBB</div>
</body>
</html>
|