Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e6b1093808aa052d5dab93a5a4740ac231af15bb
https://github.com/WebKit/WebKit/commit/e6b1093808aa052d5dab93a5a4740ac231af15bb
Author: Ryosuke Niwa <[email protected]>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M LayoutTests/gamepad/gamepad-timestamp.html
Log Message:
-----------
[Site Isolation] gamepad/gamepad-timestamp.html fails
https://bugs.webkit.org/show_bug.cgi?id=313110
Reviewed by Megan Gardner.
The test failure was caused by finishTest, which calls testRunner.notifyDone,
does not synchronously finishing the test when site isolation is enabled so that
another round of requestAnimationFrame fired. Fixed the test by adding an early
return after calling finishTest to avoid scheduling an extra
requestAnimationFrame.
* LayoutTests/gamepad/gamepad-timestamp.html:
Canonical link: https://commits.webkit.org/311877@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications