Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 119afc56994d8c4e39f7b0636f7f343d44a95b40
https://github.com/WebKit/WebKit/commit/119afc56994d8c4e39f7b0636f7f343d44a95b40
Author: Antti Koivisto <[email protected]>
Date: 2025-11-07 (Fri, 07 Nov 2025)
Changed paths:
A LayoutTests/fast/inline/blocks-in-inline-split-table-expected.html
A LayoutTests/fast/inline/blocks-in-inline-split-table.html
M Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
M Source/WebCore/rendering/updating/RenderTreeBuilder.h
M Source/WebCore/rendering/updating/RenderTreeBuilderInline.cpp
Log Message:
-----------
[blocks-in-inline] fast/inline/continuation-with-anon-wrappers.html fails
https://bugs.webkit.org/show_bug.cgi?id=302155
rdar://164251236
Reviewed by Alan Baradlay.
Test: fast/inline/blocks-in-inline-split-table.html
* LayoutTests/fast/inline/blocks-in-inline-split-table-expected.html: Added.
* LayoutTests/fast/inline/blocks-in-inline-split-table.html: Added.
* Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:
(WebCore::RenderTreeBuilder::splitAnonymousBoxesAroundChild):
Parent is no longer always a block.
(WebCore::RenderTreeBuilder::markBoxForRelayoutAfterSplit):
* Source/WebCore/rendering/updating/RenderTreeBuilder.h:
* Source/WebCore/rendering/updating/RenderTreeBuilderInline.cpp:
(WebCore::RenderTreeBuilder::Inline::attachIgnoringContinuation):
With blocks-in-inline beforeChild may be inside an anonymous block that needs
to be split.
Call splitAnonymousBoxesAroundChild if needed.
Canonical link: https://commits.webkit.org/302725@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications