Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/spanner-first.html

Issue 792803002: [New Multicolumn] Layout support for column-span:all. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@347325-placeholder
Patch Set: Code review. If there are no sets, return early. Created 5 years, 11 months 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>You should see the word 'PASS' twice below (letter spacing will differ):</p>
3 <div style="-webkit-columns:4; -webkit-column-gap:0; width:4em;">
4 <div>
5 <div style="-webkit-column-span:all;">PASS<br>&nbsp;</div>
6 </div>
7 P<br>A<br>S<br>S
8 </div>
OLDNEW

Powered by Google App Engine