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