Jump to the next outer column when an inner column is too short.
If an inner multicol ends up near the bottom in a column in an outer multicol
container, we get inner columns that are shorter in the first row than in
subsequent rows. In such cases it may be necessary to break past all inner
columns in the first row, so that we push the content all the way to the next
row (and thus to the next outer column), in order to fit unbreakable content
(such as lines or unbreakable blocks).
BUG=
447718
R=leviw@chromium.org
Committed:
https://crrev.com/6692bea7c8d9afb6c4f23c6194ecacc3a4bddbe8
Cr-Commit-Position: refs/heads/master@{#361769}