blob: 23c324dac7a7a7fa77fc1640bc86be2c74c00c08 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<div style="position: absolute; left: 0; top: 0;">
<div style="page: a">a</div>
<div style="page: b">b</div>
</div>
</body>
</html>
|