blob: 4c77439eefb8be9ee54b9dd2be6e263b68499366 (
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 }
div { height: 2.1in; }
</style>
<div>hello</div>
|