Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 327e3ead94d53a33da280c3f8788e2fd938cd0a2
https://github.com/WebKit/WebKit/commit/327e3ead94d53a33da280c3f8788e2fd938cd0a2
Author: Diego De La Toba <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M LayoutTests/inspector/canvas/setRecordingAutoCaptureFrameCount.html
Log Message:
-----------
[MacOS release] inspector/canvas/setRecordingAutoCaptureFrameCount.html is a
flakey text failure
rdar://168693902
https://bugs.webkit.org/show_bug.cgi?id=306053
Reviewed by BJ Burg.
Addresses test failure by fixing potential timing issue in test case with the
following changes:
1. Ensuring a full animation frame completes before dispatching the
"LastFrame" event (with a 50ms buffer)
2. Using InspectorBackend.runAfterPendingDispatches() to guarantee all
backend messages are processed before checking canvas state
Both fixes work together to eliminate the race condition that was causing
intermittent failures in both the 2D and WebGL test cases.
* LayoutTests/inspector/canvas/setRecordingAutoCaptureFrameCount.html:
Canonical link: https://commits.webkit.org/307521@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications