blob: 3e21b2f6f6aad1b89d8a01f57339bc6049bdb786 [file] [edit]
This tests that aria-flowto correctly identifies the right elements.
PASS: item.ariaFlowToElementAtIndex(0).role === 'AXRole: AXButton'
PASS: item.ariaFlowToElementAtIndex(0).title === 'AXTitle: BUTTON'
PASS: item.ariaFlowToElementAtIndex(1).role === 'AXRole: AXRadioButton'
PASS: item.ariaFlowToElementAtIndex(1).title === 'AXTitle: RADIO BUTTON'
Removing id 'extra' from #item1's aria-flowto.
PASS: item.ariaFlowToElementAtIndex(0).role === 'AXRole: AXRadioButton'
PASS: item.ariaFlowToElementAtIndex(0).title === 'AXTitle: RADIO BUTTON'
PASS successfullyParsed is true
TEST COMPLETE
Item 1
Item 2
Item 3
BUTTON
RADIO BUTTON