diff options
Diffstat (limited to 'layout/reftests/bugs/563584-10b.html')
-rw-r--r-- | layout/reftests/bugs/563584-10b.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/563584-10b.html b/layout/reftests/bugs/563584-10b.html new file mode 100644 index 000000000..a724f1c8f --- /dev/null +++ b/layout/reftests/bugs/563584-10b.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html class="reftest-print"> +<title>Test that nsFloatManager::ClearFloats calls ClearContinues</title> +<body style="margin: 0"> +<div style="float: left;"> + <div> + <div style="display:inline-block; vertical-align: top; background: aqua; height: 1in; width: 1in"></div> + </div> + <div> + <div style="display:inline-block; vertical-align: top; background: fuchsia; height: 1.5in; width: 1in"></div> + </div> +</div> +<div style="clear: left; height: 0.25in; background: yellow; width: 1in"></div> |