summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/page-height-2in.html
blob: eefcb7771b720e84bebd0885ff08c670aed8755e (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 }
div { height: 2in; }
</style>
<div>hello</div>