Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(339)

Side by Side Diff: LayoutTests/fast/multicol/line-too-tall-to-fit.html

Issue 1221803003: Behave more normally for content taller than the fragmentainer it's in. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Manually rebaseline fast/repaint/multicol-with-text. Get rid of platform-specific expectations. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 span { float:left; width:1em; }
4 </style>
5 <p>A line that doesn't fit in the current column (that has preceding content) sh ould be moved to the next column, even if the line is taller than the multicol c ontainer.</p>
6 <p>Below the word "PASS" should be seen, with large letter spacing.</p>
7 <div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; width:4em ; height:10em;">
8 <span>P</span><span>A</span><br>
9 <div style="display:inline-block; height:20em;"><span>S</span><span>S</span> </div>
10 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698