This tests that we report the correct selection-related states. PASS accessibilityController.focusedElement.isMultiSelectable is true PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is false PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false PASS successfullyParsed is true TEST COMPLETE