blob: 918b1beeee69f5c65cf2700883fe9ecaef84a3ee (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="page: a">a</div>
<div style="page: b; position: absolute; left: 0; top: 0;">b</div>
<div style="page: c; break-before: page;">c</div>
</body>
</html>
|