blob: 7f2ed250a003a1470709deb087595b63e1cad9d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="break-after: page">a</div>
<div>
<div>
<div style="position: absolute; left: 100px">b</div>
<div>c</div>
</div>
</div>
</body>
</html>
|