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