blob: ac75351151b871afd346e3ab898fcb0bce059ad1 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html class="reftest-print">
<body>
<div style="position: fixed; color: green; font-size: 2em">Big green text</div>
<!-- force two pages -->
<div style="height: 3in; width: 2in"></div>
</body>
</html>
|