Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[RenderTreeBuilder] Cleanup the inline box wrappers when moving subtrees
https://bugs.webkit.org/show_bug.cgi?id=224342 <rdar://76349279> Reviewed by Antti Koivisto. When an inline box is moved over to a different BFC (<span>), any inline level descendant (<span><img></span>) should release its inline box wrapper. This inline box wrapper (e.g. InlineFlowBox) will eventually be destroy during the subsequent line layout of the original BFC. * rendering/updating/RenderTreeBuilder.cpp: (WebCore::RenderTreeBuilder::move): Canonical link: https://commits.webkit.org/236339@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@275761 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information