blob: 8ba5fa50705c8498fba1dc66b6f433c41eb22eb3 (
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: x">c</div>
</div>
</div>
</body>
</html>
|