6 This tests that aria-flowto correctly identifies the right elements.
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 PASS item.ariaFlowToElementAtIndex(0).role is 'AXRole: AXButton'
12 PASS item.ariaFlowToElementAtIndex(0).title is 'AXTitle: BUTTON'
13 PASS item.ariaFlowToElementAtIndex(1).role is 'AXRole: AXRadioButton'
14 PASS item.ariaFlowToElementAtIndex(1).title is 'AXTitle: RADIO BUTTON'
15 PASS successfullyParsed is true