blob: 2c3215e309da05993137f5d2c30f159cd0cbb6cb (
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: a">a</div>
<div style="position: absolute; left: 100px">b</div>
</div>
</div>
<div style="page: a">c</div>
</body>
</html>
|