Index: LayoutTests/fast/multicol/span/sole-spanner-inside-div.html |
diff --git a/LayoutTests/fast/multicol/span/sole-spanner-inside-div.html b/LayoutTests/fast/multicol/span/sole-spanner-inside-div.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..be8c83f5790a26969741201f96de2937742e60a8 |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/sole-spanner-inside-div.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>You should see the word 'PASS' on a green background below</p> |
+<div style="-webkit-columns:10; -webkit-column-gap:0; -webkit-column-rule:1px solid red; width:5em; background:green;"> |
Julien - ping for review
2014/11/17 23:47:11
Let's avoid red for non failure (which matches the
mstensho (USE GERRIT)
2014/11/18 13:29:26
But no rules should be drawn, so red would mean fa
Julien - ping for review
2014/11/19 17:54:34
Is this really what the test checks or just piggy-
mstensho (USE GERRIT)
2014/11/21 15:39:24
I think it belongs here. If column-span:all fails,
|
+ <div> |
+ <div style="-webkit-column-span:all;">PASS<br> </div> |
+ </div> |
+</div> |