Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/height-increase-expected.html

Issue 584033002: [New Multicolumn] Add support for column-span:all (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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>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