diff options
Diffstat (limited to 'layout/reftests/pagination/609227-2-ref.html')
-rw-r--r-- | layout/reftests/pagination/609227-2-ref.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/pagination/609227-2-ref.html b/layout/reftests/pagination/609227-2-ref.html new file mode 100644 index 0000000000..290b74d665 --- /dev/null +++ b/layout/reftests/pagination/609227-2-ref.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html class="reftest-paged"> + <body> + <div style="page-break-before: always"> + <div style="display: inline-block; width: 1in; height: 1in"> + Should be on second page + </div> + </div> +</html> |