haikuwebkit/LayoutTests/accessibility/notification-listeners-expe...

19 lines
584 B
Plaintext

This tests that a notification listener on an element only listens to that one element, and that a global notification listener listens to all notifications.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Slider
SELECT AXInvalidStatusChanged
GLOBAL AXInvalidStatusChanged on element with role AXRole: AXComboBox
SLIDER AXValueChanged
GLOBAL AXValueChanged on element with role AXRole: AXSlider
PASS selectNotificationCount is 1
PASS sliderNotificationCount is 1
PASS globalNotificationCount is 2
PASS successfullyParsed is true
TEST COMPLETE