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