blob: 94f97171b7360577b679964d8d34f3efacca68e8 [file] [log] [blame]
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: AXGroup
obj.childAtIndex(0).childAtIndex(1).role = AXRole: AXGroup
PASS successfullyParsed is true
TEST COMPLETE