[LayoutNG] Less special-code for multicol block-size calculation.
Do the same as in NGBlockLayoutAlgorithm instead. The tests that now pass suffered from intrinsic block-size being used blindly if computed block-size was auto - which is wrong for size containment. Had to update two unit tests, which had the wrong expectations, that even contradicted the comment in the tests ("Min-height has no effect on the columns, only on the multicol container."). The multicol containers in the tests are now correctly affected by min-height. Bug: 829028 Change-Id: I643c42fe20101738dead65b0950fbee1b7243915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404457Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#806361}
Showing
Please register or sign in to comment