Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/sole-spanner-inside-div-expected.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: rebase master 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>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