blob: 02c48b4660fb0f6c107fa2ab1aca1d175e35fdbb (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html class="reftest-print">
<title>Test that reftest-print page content height is 2 inches (3 inch page, half inch margins)</title>
<style>
body { margin: 0 }
</style>
<div>hello</div>
<div style="page-break-before: always"> </div>
|