Index: LayoutTests/fast/block/margin-collapse/bfc-beside-float-complex-margin-collapsing-expected.html |
diff --git a/LayoutTests/fast/block/margin-collapse/bfc-beside-float-complex-margin-collapsing-expected.html b/LayoutTests/fast/block/margin-collapse/bfc-beside-float-complex-margin-collapsing-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..825798deafe08dc05518e757fe594d97ce6aef6b |
--- /dev/null |
+++ b/LayoutTests/fast/block/margin-collapse/bfc-beside-float-complex-margin-collapsing-expected.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<p>Given a float followed by a regular block with the same height as the float, then a block B with |
+ a negative margin, followed by a block with with overflow:hidden. Check that the |
+ overflow:hidden block doesn't overlap with the float, and also that it takes up all available |
+ space (but not more) beside the float. There's an empty collapse-through block before B, so |
+ that our initial logical top estimate fails and we have to relayout. When laying out again, we |
+ have to detect that the float that we first thought didn't affect the overflow:hidden block now |
+ affects it.</p> |
+<p>Below there should be an olive square to the left of a navy square. The navy square should be |
+ slightly larger than the olive one, and there should be spacing between them. They should not |
+ overlap.</p> |
+<div style="float:left; width:8em; height:8em; margin-right:1em; background:olive;"></div> |
+<div style="float:left; width:9em; height:9em; background:navy;"></div> |