Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 75113282c3f185ff0a3d44b7a8e80a3fafd11c30
https://github.com/WebKit/WebKit/commit/75113282c3f185ff0a3d44b7a8e80a3fafd11c30
Author: Alan Baradlay <[email protected]>
Date: 2025-11-26 (Wed, 26 Nov 2025)
Changed paths:
A LayoutTests/fast/inline/blocks-in-inline-hit-test2-expected.html
A LayoutTests/fast/inline/blocks-in-inline-hit-test2.html
M Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp
Log Message:
-----------
[blocks-in-inline] Use block's border box height to stretch ancestor inline
box (hittest)
https://bugs.webkit.org/show_bug.cgi?id=303120
Reviewed by Antti Koivisto.
In order to be able to hittest enclosing inline boxes, we need to stretch their
height to
the height of the block element.
Test: fast/inline/blocks-in-inline-hit-test2.html
* LayoutTests/fast/inline/blocks-in-inline-hit-test2-expected.html: Added.
* LayoutTests/fast/inline/blocks-in-inline-hit-test2.html: Added.
* Source/WebCore/layout/formattingContexts/inline/InlineLineBoxBuilder.cpp:
(WebCore::Layout::LineBoxBuilder::constructBlockContent):
Canonical link: https://commits.webkit.org/303566@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications