Index: LayoutTests/fast/multicol/span/spanner-with-margins-between-margins.html |
diff --git a/LayoutTests/fast/multicol/span/spanner-with-margins-between-margins.html b/LayoutTests/fast/multicol/span/spanner-with-margins-between-margins.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7407b6ebe6e253eb9784efab05355759d8589f57 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/spanner-with-margins-between-margins.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<p>Test that margins on column content and margins on a spanner don't collapse.</p> |
+<p>There should be a blue square below.</p> |
+<div style="-webkit-columns:2; width:10em; background:blue;"> |
+ <div style="height:1em; margin-bottom:4em;"></div> |
+ <div style="-webkit-column-span:all; margin:2.5em 0;"></div> |
+ <div style="height:1em; margin-top:4em;"></div> |
+</div> |