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