Index: LayoutTests/fast/multicol/span/spanner-last.html |
diff --git a/LayoutTests/fast/multicol/span/spanner-last.html b/LayoutTests/fast/multicol/span/spanner-last.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..fac76233c62333563c4678c29ca91aaab835ec84 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/spanner-last.html |
@@ -0,0 +1,8 @@ |
+<!DOCTYPE html> |
+<p>You should see the word 'PASS' twice below (letter spacing will differ):</p> |
+<div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;"> |
+ P<br>A<br>S<br>S |
+ <div> |
+ <div style="-webkit-column-span:all;">PASS<br> </div> |
+ </div> |
+</div> |