Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cfee00dedb536f3bcbf36a0b519eac428768d0e1
https://github.com/WebKit/WebKit/commit/cfee00dedb536f3bcbf36a0b519eac428768d0e1
Author: Joshua Hoffman <[email protected]>
Date: 2026-04-02 (Thu, 02 Apr 2026)
Changed paths:
M LayoutTests/accessibility-isolated-tree/TestExpectations
A LayoutTests/accessibility/mac/iframe-position-after-scroll-expected.txt
A LayoutTests/accessibility/mac/iframe-position-after-scroll.html
M
Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp
Log Message:
-----------
AX: Update frame geometry after scrolling
https://bugs.webkit.org/show_bug.cgi?id=290132
rdar://147531853
Reviewed by Tyler Wilcock.
We didn't re-compute frame geometry when scrolling happened. Add a hook into our
coalescing FrameGeometry update mechanism when scroll finishes.
This newe test is flakey in ITM due to some bugs with FrameGeometry + scrolling,
which will be addressed in a follow-up PR.
Test: accessibility/mac/iframe-position-after-scroll.html
* LayoutTests/accessibility-isolated-tree/TestExpectations:
* LayoutTests/accessibility/mac/iframe-position-after-scroll-expected.txt:
Added.
* LayoutTests/accessibility/mac/iframe-position-after-scroll.html: Added.
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteScrollingCoordinatorProxy.cpp:
(WebKit::RemoteScrollingCoordinatorProxy::sendScrollingTreeNodeUpdate):
Canonical link: https://commits.webkit.org/310499@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications