Update ReadMe.md
[qtwebkit.git] / LayoutTests / accessibility / aria-flowto-expected.txt
blob770258de90b68e9e7546cf115c76c62b2306aa0b
1 Item 1
2 Item 2
3 Item 3
4 BUTTON
5 RADIO BUTTON
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
17 TEST COMPLETE