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

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

Issue 1236163002: Don't paginate lines that are taller than the column / page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
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 <span>P</span><span>A</span>
8 <span>S</span><span>S</span>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/line-too-tall-to-fit.html ('k') | LayoutTests/fast/multicol/tall-line-in-short-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698