blob: 6d3161f2f7f73d145e892c5cb8c4c6e031619489 [file] [log] [blame]
This tests that we report the correct selection-related states.
PASS axSelectElement.isMultiSelectable is true
PASS axSelectElement.childAtIndex(0).isSelectable is true
PASS axSelectElement.childAtIndex(0).isSelected is true
PASS axSelectElement.childAtIndex(1).isSelectable is true
PASS axSelectElement.childAtIndex(1).isSelected is false
PASS axSelectElement.childAtIndex(2).isSelectable is false
PASS axSelectElement.childAtIndex(2).isSelected is false
PASS successfullyParsed is true
TEST COMPLETE