Calculate overflow float box fragment children in IFCs.
When a float in an inline formatting context fragments (or just gets pushed to the next fragmentainer), it won't become a fragment item there, but rather a regular box fragment child. See crrev.com/2264367 This fix allows us to remove a DCHECK that would otherwise cause the following tests to fail: * virtual/layout_ng_block_frag/fast/multicol/float-big-line.html * virtual/layout_ng_block_frag/fast/multicol/vertical-lr/float-big-line.html * virtual/layout_ng_block_frag/fast/multicol/vertical-rl/float-big-line.html Bug: 1132619 Change-Id: I86268da4c146dba89bd7ec36df166ad90b2b5f98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433926Reviewed-by:Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#811190}
Showing
Please register or sign in to comment