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

Side by Side Diff: LayoutTests/fast/multicol/min-height-greater-than-content-expected.txt

Issue 1322513003: Multicol: Min-height should have no effect if content is taller and height is auto. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use block instead of inline in test, so that we don't have to make assumptions about internal leadiā€¦ Created 5 years, 3 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 Min-height should make the multicol container taller if min-height is greater th an the content height, but it should not affect column balancing. We specify col umn-fill:auto here, but the columns should still be balanced, because height is auto. Note that in this test, the balanced content is shorter than min-height, w hich is what matters. The height of the uncolumnized content (i.e. the flowthrea d), on the other hand, is actually greater than min-height (but that shouldn't m ake any difference).
2
3 Below there should be a blue square above a yellow square.
4
5 PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698