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..89b2de6e4e8951b397dc841488745ac9c3940f47 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/spanner-with-margins-between-margins.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<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> |