Index: LayoutTests/fast/multicol/span/remaining-space-in-last-column.html |
diff --git a/LayoutTests/fast/multicol/span/remaining-space-in-last-column.html b/LayoutTests/fast/multicol/span/remaining-space-in-last-column.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6f5e572d42178a776eb341d8e0d84f4e472891be |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/remaining-space-in-last-column.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<p>The word 'COLUMN' should only be seen once; right below 'SPANNER'.</p> |
+<div style="-webkit-columns:3;"> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <br> |
+ <div style="-webkit-column-span:all;">SPANNER</div> |
+ COLUMN |
+</div> |