Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/span-between-text.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>There should be two lines of text below (not horizontally aligned):</p>
3 <div style="-webkit-columns:3; -webkit-column-gap:0; width:15em; orphans:1; wido ws:1;">
4 <br>line1
5 <div style="-webkit-column-span:all;"></div>
6 line2
7 </div>
OLDNEW

Powered by Google App Engine