Skip to content

aamtests: Add support to test events - #62585

Open
mrego wants to merge 1 commit into
web-platform-tests:masterfrom
mrego:aamtests-events
Open

aamtests: Add support to test events#62585
mrego wants to merge 1 commit into
web-platform-tests:masterfrom
mrego:aamtests-events

Conversation

@mrego

@mrego mrego commented Sep 10, 2026

Copy link
Copy Markdown
Member

This patch adds a new expect_event() method, that allows testing events fired by the accessibility APIs.

So far this method is only implemented in AT-SPI wrapper.

Added a couple of example tests to show how to use this new method. Note that the test event/aria_disabled.py fails one of the checks in Firefox, as it never fires object:state-changed:sensitive event, only object:state-changed:enabled (Chromium passes the test).

This patch adds a new expect_event() method, that allows testing events
fired by the accessibility APIs.

So far this method is only implemented in AT-SPI wrapper.

Added a couple of example tests to show how to use this new method.
Note that the test `event/aria_disabled.py` fails one of the checks
in Firefox, as it never fires `object:state-changed:sensitive` event,
only `object:state-changed:enabled` (Chromium passes the test).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants