haikuwebkit/LayoutTests/platform/win/accessibility/aria-list-and-listitem-expe...

15 lines
386 B
Plaintext

This tests that the ARIA roles of list and listitem map correctly to Mac accessibility roles.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
obj.childAtIndex(0).role = AXRole: AXList
obj.childAtIndex(0).childAtIndex(0).role = AXRole: AXTab
obj.childAtIndex(0).childAtIndex(1).role = AXRole: AXTab
PASS successfullyParsed is true
TEST COMPLETE