diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/pagination/966419-2.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/pagination/966419-2.html b/layout/reftests/pagination/966419-2.html new file mode 100644 index 0000000000..64cca2ad60 --- /dev/null +++ b/layout/reftests/pagination/966419-2.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html class="reftest-paged"> +<head><meta charset="utf-8"></head> +<body> +<div style="width:6in;height:1em"></div> +<div style="page-break-before:always"></div> +<div style="width:8in; border:solid blue">line</div> +</body> +</html> |