blob: c3d0c994d61dc6a51ea4cc5de6e935e9ca140577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
Something
<div style="height: 0">
<div style="width: 60%; border: 5px solid green;">
This should print on page 1
</div>
</div>
<div style="width: 30%; margin-left: auto; border: 5px solid purple; height: 3in">
</div>
</body>
</html>
|