Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: LayoutTests/fast/multicol/span/float.html

Issue 840953006: Add some more tests for column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698