Index: LayoutTests/fast/multicol/span/as-inner-multicol.html |
diff --git a/LayoutTests/fast/multicol/span/as-inner-multicol.html b/LayoutTests/fast/multicol/span/as-inner-multicol.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..59e31847c3a9bad9c021237e83637f36bf17af59 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/as-inner-multicol.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<p>Test that an inner multicol that's also a spanner is rendered correctly.</p> |
+<p>There should be a green cross below. The word "PASS" should be seen on its right arm.</p> |
+<div style="-webkit-column-count:2; line-height:50px; width:300px; -webkit-column-rule:100px solid green;"> |
+ <br> |
+ <br> |
+ <br> |
+ <div style="-webkit-column-span:all; -webkit-columns:3; -webkit-column-gap:0; text-align:center; color:white; background:green;"> |
+ <br><br><br><br><br>PASS |
+ </div> |
+ <br> |
+ <br> |
+ <br> |
+</div> |