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