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

Unified Diff: LayoutTests/fast/multicol/min-height-much-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/min-height-much-greater-than-content-expected.txt
diff --git a/LayoutTests/fast/multicol/min-height-much-greater-than-content-expected.txt b/LayoutTests/fast/multicol/min-height-much-greater-than-content-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fce3cd1f17143ab4081048de49760abebfb550a3
--- /dev/null
+++ b/LayoutTests/fast/multicol/min-height-much-greater-than-content-expected.txt
@@ -0,0 +1,9 @@
+Min-height should make the multicol container taller if min-height is greater than the content height, but it should not affect column balancing. We specify column-fill:auto here, but the columns should still be balanced, because height is auto.
+
+Below there should be a yellow square with the word "OKAY" inside - from left to right, with large letter spacing.
+
+O
+K
+A
+Y
+PASS
« no previous file with comments | « LayoutTests/fast/multicol/min-height-much-greater-than-content.html ('k') | Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698