blob: 6fc306b18123c88174efbf7978f5438f6323377b (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html class="reftest-paged">
<title>Test that reftest-paged 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>
|