Index: LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins.html |
diff --git a/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins.html b/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b47a2c5606b9b9068aa11e9536c1eafee9caf3a3 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/empty-block-between-spanners-with-margins.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>There should be a blue square below.</p> |
+<div style="-webkit-columns:3; width:10em; background:blue;"> |
+ <div style="-webkit-column-span:all; margin-bottom:5em; background:white;"></div> |
+ <div></div> |
+ <div style="-webkit-column-span:all; margin-top:5em; background:white;"></div> |
+</div> |