Index: LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html |
diff --git a/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html b/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..367afed8f720ba846400cfedb7015769915df8a2 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/trailing-margin-around-spanner.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<p>Test that a bottom margin on a block that contains a spanner doesn't cause trouble.</p> |
+<p>You should see the word 'PASS' below.</p> |
+<div style="float:left;"> |
+ <div style="-webkit-columns:4; -webkit-column-gap:0; column-gap:0;"> |
+ <div style="margin-bottom:1px;"> |
+ P<br> |
+ A<br> |
+ S<br> |
+ S<br> |
+ <div style="-webkit-column-span:all;"> </div> |
+ </div> |
+ </div> |
+</div> |