Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/height-increase-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>The word 'PASS' should be seen below.</p>
3 <div style="color:black; background:yellow;">
4 <div style="height:200px; background:black;"></div>
5 PASS
6 </div>
OLDNEW

Powered by Google App Engine