Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 638f071fee172b6dd6d1805befca111747b882f6
https://github.com/WebKit/WebKit/commit/638f071fee172b6dd6d1805befca111747b882f6
Author: Alan Baradlay <[email protected]>
Date: 2025-12-11 (Thu, 11 Dec 2025)
Changed paths:
M LayoutTests/TestExpectations
A
LayoutTests/fast/inline/missing-content-on-autofill-with-out-of-flow-input-descendant-expected.html
A
LayoutTests/fast/inline/missing-content-on-autofill-with-out-of-flow-input-descendant.html
M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
Log Message:
-----------
REGRESSION(294019@main): input field does not show user input while user is
actively typing
https://bugs.webkit.org/show_bug.cgi?id=304001
<rdar://163613957>
Reviewed by Antti Koivisto.
Let's loosen up isContentConsideredStale a bit so that we still paint inline
content even
when an out-of-flow box is dirty. Normally we would bail out on needsLayout
(see FIXME), but
it is reasonable to exclude non-inflow (and by definition non-inline) content
here.
Test:
fast/inline/missing-content-on-autofill-with-out-of-flow-input-descendant.html
* LayoutTests/TestExpectations:
*
LayoutTests/fast/inline/missing-content-on-autofill-with-out-of-flow-input-descendant-expected.html:
Added.
*
LayoutTests/fast/inline/missing-content-on-autofill-with-out-of-flow-input-descendant.html:
Added.
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
(WebCore::LayoutIntegration::LineLayout::isContentConsideredStale const):
Canonical link: https://commits.webkit.org/304311@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications