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

Side by Side Diff: LayoutTests/fast/multicol/unbreakable-block-too-tall-to-fit-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 span { float:left; width:1em; }
4 </style>
5 <p>An unbreakable block that doesn't fit in the current column (that has precedi ng content) should be moved to the next column, even if the block is taller than the multicol container.</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

Powered by Google App Engine
This is Rietveld 408576698