9 lines
238 B
HTML
9 lines
238 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="break-after: page">a</div>
|
|
<!-- This should match the test case, even if page-breaks are being coalesced -->
|
|
<div style="break-after: page"></div>
|
|
<div>b</div>
|
|
</body>
|
|
</html>
|