interop-accessibility
interop-accessibility copied to clipboard
Write tests for aria-owns once tree walker or tree dump API is available in WebDriver
Write tests for aria-owns once tree walker or tree dump API is available in WebDriver. Tests may be unblocked once either of the following is available.
Parent/child inspection (allowing tree walking) from:
- https://github.com/WICG/aom/issues/203
or a static dump of the entire tree from:
- #51