diff options
Diffstat (limited to 'layout/reftests/bugs/563584-11-ref.html')
-rw-r--r-- | layout/reftests/bugs/563584-11-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/bugs/563584-11-ref.html b/layout/reftests/bugs/563584-11-ref.html new file mode 100644 index 000000000..6d82d6995 --- /dev/null +++ b/layout/reftests/bugs/563584-11-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<html class="reftest-print"> +<title>Test that mIsTopOfPage is not set when clearing</title> +<body style="margin: 0"> +<div style="background: aqua; height: 1in; width: 1in"></div> +<div style="background: fuchsia; height: 1.5in; width: 1in; page-break-before: always"></div> |