OLD | NEW |
1 | 1 |
2 This tests that we report the correct enabled state on a listbox. | 2 This tests that we report the correct enabled state on a listbox. |
3 | 3 |
4 | 4 |
5 PASS accessibilityController.focusedElement.isEnabled is true | 5 PASS axSelectElement.isEnabled is true |
6 PASS accessibilityController.focusedElement.childAtIndex(0).isEnabled is true | 6 PASS axSelectElement.childAtIndex(0).isEnabled is true |
7 PASS accessibilityController.focusedElement.childAtIndex(1).isEnabled is true | 7 PASS axSelectElement.childAtIndex(1).isEnabled is true |
8 PASS accessibilityController.focusedElement.childAtIndex(2).isEnabled is false | 8 PASS axSelectElement.childAtIndex(2).isEnabled is false |
9 PASS accessibilityController.focusedElement.childAtIndex(3).isEnabled is false | 9 PASS axSelectElement.childAtIndex(3).isEnabled is false |
10 PASS accessibilityController.focusedElement.childAtIndex(4).isEnabled is true | 10 PASS axSelectElement.childAtIndex(4).isEnabled is true |
11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
12 | 12 |
13 TEST COMPLETE | 13 TEST COMPLETE |
14 | 14 |
OLD | NEW |