Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3ab72c0a8a9533156204fe2eb62a4947ffa8b993
https://github.com/WebKit/WebKit/commit/3ab72c0a8a9533156204fe2eb62a4947ffa8b993
Author: Andres Gonzalez <[email protected]>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M LayoutTests/resources/accessibility-helper.js
Log Message:
-----------
AX: Add waitForNotifications and enhance waitForNotification in
accessibility-helper.js
https://bugs.webkit.org/show_bug.cgi?id=306500
<rdar://problem/169155012>
Reviewed by Tyler Wilcock.
Enhance waitForNotification to support global notification listeners when no
specific AccessibilityUIElement is provided. This allows tests to listen for
notifications without knowing which element will emit them.
Add new waitForNotifications function that waits for a specified count of
notifications and invokes a handler callback for each one. This is useful for
tests that need to verify multiple sequential notifications are fired, such as
text selection change tests.
* LayoutTests/resources/accessibility-helper.js:
Canonical link: https://commits.webkit.org/306418@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications