diff options
Diffstat (limited to 'layout/reftests/pagination/318022-1-ref.html')
-rw-r--r-- | layout/reftests/pagination/318022-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/pagination/318022-1-ref.html b/layout/reftests/pagination/318022-1-ref.html new file mode 100644 index 0000000000..e48ee7e849 --- /dev/null +++ b/layout/reftests/pagination/318022-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html><html class="reftest-paged"> +<head> +<style type="text/css" media="all"> +html{font-size:12pt} +#c {page-break-before:always;} +</style> +</head> +<body> +<div>Line 1</div> +<div>Line 2</div> +<div id="c">Line 3</div> +</body> +</html> |