Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/sole-spanner-inside-div-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: Let containingBlock() on a spanner return the multicol container. 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>You should see the word 'PASS' on a green background below, and no red.</p>
3 <div style="width:5em; background:green;">
4 PASS<br>&nbsp;
5 </div>
OLDNEW

Powered by Google App Engine