OLD | NEW |
1 | 1 |
2 This test makes sure menu lists fire events on both the option that lost selecti
on and the one that gained selection. | 2 This test makes sure menu lists fire events on both the option that lost selecti
on and the one that gained selection. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 Got notification on option AXValue: Alicia isSelected=false | 7 PASS axMenuListPopup.role is "AXRole: AXMenuListPopup" |
8 Got notification on option AXValue: Kalinda isSelected=true | 8 PASS axMenuListOption.role is "AXRole: AXMenuListOption" |
| 9 PASS element.isEqual(axMenuListOption) is true |
| 10 PASS element.parentElement().isEqual(axMenuListPopup) is true |
9 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
10 | 12 |
11 TEST COMPLETE | 13 TEST COMPLETE |
12 | 14 |
OLD | NEW |