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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <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.
4 <div style="width:5em; -webkit-columns:1em; -webkit-column-gap:0;">
5 <div style="-webkit-column-span:all; background:green;">
6 <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
7 </div>
8 P<br>
9 A<br>
10 S<br>
11 S<br>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698