Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b704a7f5e98d71255ae680e8fe9fbc809f5e6c2c
https://github.com/WebKit/WebKit/commit/b704a7f5e98d71255ae680e8fe9fbc809f5e6c2c
Author: Alan Baradlay <[email protected]>
Date: 2026-02-03 (Tue, 03 Feb 2026)
Changed paths:
A
LayoutTests/fast/inline/block-inside-inline-with-overflow-change-expected.txt
A LayoutTests/fast/inline/block-inside-inline-with-overflow-change.html
M Source/WebCore/rendering/RenderBlockFlow.cpp
Log Message:
-----------
[block-in-inline] RenderBlockFlow::layoutSimpleBlockContentInInline should
update overflow information after layout
https://bugs.webkit.org/show_bug.cgi?id=306869
<rdar://168544255>
Reviewed by Simon Fraser.
When running simplified block-in-inline layout, the height of the block can
never change (that would trigger slow path)
but its scrollable/visual overflow may. Let's update overflow information to
ensure it gets propagated to our block container.
Test: fast/inline/block-inside-inline-with-overflow-change.html
*
LayoutTests/fast/inline/block-inside-inline-with-overflow-change-expected.txt:
Added.
* LayoutTests/fast/inline/block-inside-inline-with-overflow-change.html: Added.
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutSimpleBlockContentInInline):
Canonical link: https://commits.webkit.org/306728@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications