Index: LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html |
diff --git a/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..710314a88c56120a0f6d9b43afebc7a90522ddad |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/block-with-top-border-and-margin-around-spanner-exact-fit-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 between two blue squares.</p> |
+<div style="float:left; width:200px; height:200px; background:blue;"></div> |
+<div style="float:left; width:200px; height:200px; background:black;"></div> |
+<div style="float:left; width:200px; height:200px; background:blue;"></div> |