[LayoutNG] Don't break inside a child that's past the fragmentainer.
This may happen for column-span:all, and possibly in other cases, too. If we're inside a block that has a spanner, we'll create a break inside the block, before the next sibling to resume at (after the spanner). However, at this point we may already be past the end of the column. If this happens, we need to make sure that we don't allow the break inside, but rather break before the parent of the spanner, and then try again in the next column. Bug: 829028 Change-Id: Ie7e121679bbeb7b3dfe88567e1ad7229e104b6dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1944495Reviewed-by:Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#720921}
Showing
Please register or sign in to comment