Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/break-in-columns-before-spanner-expected.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.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <p>There should be a blue <em>square</em> below.</p>
Julien - ping for review 2014/11/17 23:47:11 That's not a totally accurate description of the e
mstensho (USE GERRIT) 2014/11/18 13:29:26 Done. But it should be in the second and third co
3 <div style="-webkit-columns:3; -webkit-column-gap:0; column-fill:auto; width:300 px; height:200px;">
4 &nbsp;
5 <div style="-webkit-column-break-before:always; height:400px; background:blu e;"></div>
6 </div>
OLDNEW

Powered by Google App Engine