Open
Bug 1997496
Opened 2 months ago
[wpt-sync] Sync PR 55784 - Support for testing additional accessibility properties beyond name and role.
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 55784 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/55784
Details from upstream follow.
James Teh <jteh@mozilla.com> wrote:
Support for testing additional accessibility properties beyond name and role.
- Implement get_element_accessible_node and get_accessible_node in wptrunner and TestDriver. For wptrunner, this is currently only supported in executormarionette (Gecko), as there is no implementation yet in any other browser to support.
- Add AriaUtils.verifyAccessibilityTree for simpler tree verification using a simple JS object.
- Add simple WPT tests exercising and demonstrating these new methods.
You need to log in
before you can comment on or make changes to this bug.
Description
•