Index: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space.html |
diff --git a/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space.html b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a38f18b10e65bb8d0d691b1d8d88beac331d64ae |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<p>Check that the top margin on a block around a spanner inside an auto-filled multicol container |
+ isn't lost.</p> |
+<p>Below there should be a black square.</p> |
+<div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:600px; height:2000px;"> |
+ <div style="margin-top:200px; border-top:100px solid black;"> |
+ <div style="-webkit-column-span:all; width:200px; height:100px; margin:auto; background:black;"></div> |
+ <div></div> |
+ </div> |
+</div> |