9 lines
288 B
HTML
9 lines
288 B
HTML
<!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>
|