blob: e38828370303a65d02ca672c3a6585b04f29d0f6 [file] [log] [blame]
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