Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7fae6ea797ecb639ff8a8af0bd7b9884a9d4ace
https://github.com/WebKit/WebKit/commit/f7fae6ea797ecb639ff8a8af0bd7b9884a9d4ace
Author: Vitor Roriz <[email protected]>
Date: 2026-05-20 (Wed, 20 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/css/css-position/fixed-z-index-blend.html
M LayoutTests/platform/ios/TestExpectations
Log Message:
-----------
fixed-z-index-blend.html: scrollBy before the requestAnimationFrame callbacks
https://bugs.webkit.org/show_bug.cgi?id=314216
rdar://176378344
Reviewed by Simon Fraser.
The two requestAnimationFrame (rAF) callbacks ran before any scroll,
so the snapshot raced with the scroll-induced layer commit. Move
scrollBy to script execution time so the first frame is already at the
target, and let the rAFs settle two render updates before
takeScreenshot.
Canonical link: https://commits.webkit.org/313646@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications