diff options
Diffstat (limited to 'layout/reftests/bugs/563584-10-ref.html')
-rw-r--r-- | layout/reftests/bugs/563584-10-ref.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/bugs/563584-10-ref.html b/layout/reftests/bugs/563584-10-ref.html new file mode 100644 index 0000000000..87f2dfda63 --- /dev/null +++ b/layout/reftests/bugs/563584-10-ref.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML> +<html class="reftest-paged"> +<title>Test that nsFloatManager::ClearFloats calls ClearContinues</title> +<body style="margin: 0"> +<div style="background: aqua; height: 1in; width: 1in"></div> +<div style="page-break-before: always; background: fuchsia; height: 1.5in; width: 1in"></div> +<div style="height: 0.25in; background: yellow; width: 1in"></div> |