Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/break-in-columns-before-spanner.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: Code review. Camelize. Created 6 years 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>Below there should be a blue <em>square</em>, to the right of the word 'text' .</p>
3 <div style="-webkit-columns:3; -webkit-column-gap:0; width:300px;">
4 text
5 <div style="-webkit-column-break-before:always; height:400px; background:blu e;"></div>
6 <div style="-webkit-column-span:all;">&nbsp;</div>
7 </div>
OLDNEW

Powered by Google App Engine