OLD | NEW |
| (Empty) |
1 Crust | |
2 Veges | |
3 Select Crust | |
4 | |
5 This tests that the aria roles for tab, tabpanel and tablist work as expected co
rrectly. | |
6 | |
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
8 | |
9 | |
10 tabList.role = AXRole: AXTabGroup | |
11 tab1.role = AXRole: AXTab | |
12 PASS tab1.title is 'AXTitle: Crust' | |
13 PASS tab1.childrenCount is 0 | |
14 tab2.role = AXRole: AXTab | |
15 PASS tab2.title is 'AXTitle: Veges' | |
16 tabPanel.role = AXRole: AXGroup | |
17 tabPanel.subrole = | |
18 PASS successfullyParsed is true | |
19 | |
20 TEST COMPLETE | |
21 | |
OLD | NEW |