Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/balance-before-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: 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>Inside the dashed box below you should see the word "PASS", then a small blue box.</p>
3 <div style="width:4em; margin:20px; border:2px dashed salmon; padding:10px; -web kit-columns:4; height:15em; column-fill:auto; orphans:1; widows:1;">
4 P<br>A<br>S<br>S
5 <div style="-webkit-column-span:all; width:0.5em; height:1em; margin:auto; b ackground:blue;"></div>
6 </div>
OLDNEW

Powered by Google App Engine