Chromium Code Reviews| Index: LayoutTests/fast/multicol/min-height-greater-than-height-expected.txt |
| diff --git a/LayoutTests/fast/multicol/min-height-greater-than-height-expected.txt b/LayoutTests/fast/multicol/min-height-greater-than-height-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..14dcdc9ba8e4911ed25dc6c5a301a77749efcf6a |
| --- /dev/null |
| +++ b/LayoutTests/fast/multicol/min-height-greater-than-height-expected.txt |
| @@ -0,0 +1,5 @@ |
| +If min-height is larger than height, the final height will be set according to min-height. Content should fill columns to their full height (the same as the height of the multicol container), since we request column-fill:auto, and height is non-auto, so we won't balance. |
| + |
| +Below there should be a blue square to the left of a hotpink square. |
| + |
| +PASS |