[LayoutNG] Multi-column containing blocks
Currently, when a multi-column is a containing block for an OOF positioned element, the corresponding column is mistaken for the containing block, which causes various DCHECK failures. Columns are not allowed to be containing blocks, so this change ensures that we skip over columns when placing OOF positioned elements. Bug: 1158706 Change-Id: Id969b91a8f472d34b4767ffe891a3405770e8443 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597769 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#838476}
Showing
Please register or sign in to comment