Index: LayoutTests/fast/multicol/span/float.html |
diff --git a/LayoutTests/fast/multicol/span/float.html b/LayoutTests/fast/multicol/span/float.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b41c8e8ddf0ad56f3a6dc7e77723aee5196b4c4e |
--- /dev/null |
+++ b/LayoutTests/fast/multicol/span/float.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+ |
+<p>Below you should see a green square, followed by the word 'PASS' (with large letter spacing).</p> |
Julien - ping for review
2015/01/20 10:10:41
You put some nice description in the commit messag
mstensho (USE GERRIT)
2015/01/20 10:31:48
Done.
|
+<div style="width:5em; -webkit-columns:1em; -webkit-column-gap:0;"> |
+ <div style="-webkit-column-span:all; background:green;"> |
+ <div style="float:left; width:1em; height:5em; background:green;"></div> |
Julien - ping for review
2015/01/20 10:10:41
I don't know if that tests what you're saying:
* y
mstensho (USE GERRIT)
2015/01/20 10:31:48
I'm testing stretching of the spanner, not the flo
|
+ </div> |
+ P<br> |
+ A<br> |
+ S<br> |
+ S<br> |
+</div> |