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

Side by Side Diff: LayoutTests/fast/multicol/span/fill-after-spanner-extra-height.html

Issue 712553003: [New Multicolumn] Actual support for layout of column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase master Created 6 years, 1 month 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 <p>Inside the dashed box below you should see the word "PASS", then a small blue box, then
3 the the numbers 1, 2 and 3 on separate lines. Large letter spacing is fine.< /p>
Julien - ping for review 2014/11/17 23:47:11 "Large letter spacing is fine"? Did you mean to sa
mstensho (USE GERRIT) 2014/11/18 13:29:26 Yeah, I'm pretty sure we can expect that. :) Done.
4 <div style="width:4em; margin:20px; border:2px dashed salmon; padding:10px; -web kit-columns:4; column-fill:auto; height:10em; orphans:1; widows:1;">
5 P<br>A<br>S<br>S
6 <div style="-webkit-column-span:all; width:0.5em; height:1em; margin:auto; b ackground:blue;"></div>
7 1<br>2<br>3
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698