Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/span/span-between-text-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: Fix ref in test. Tables don't do subpixel, and that made a difference on Windows and Mac. Created 6 years, 2 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>There should be two lines of text below (not horizontally aligned):</p>
3 <div style="float:left; width:5em; height:1px;"></div>line1<br>
4 line2
OLDNEW

Powered by Google App Engine