Index: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space-expected.html |
diff --git a/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space-expected.html b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..25f613376a09a0846c144b22be28414cf792799d |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-extra-space-expected.html |
@@ -0,0 +1,7 @@ |
+<!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="height:2000px;"> |
+ <div style="margin-left:200px; width:200px; height:200px; background:black;"></div> |
+</div> |