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