blob: 8df2a9b54dc7acacd601020efc4447e1f5496a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div>a</div>
<div style="break-before: page; break-after: page; display:flex; flex-direction:column">
<div>b</div>
<div>c</div>
</div>
<div>d</div>
</body>
</html>
|