Fix keypad issue when ime context transit to another context
[framework/web/webkit-efl.git] / LayoutTests / accessibility / selection-states-expected.txt
1
2 This tests that we report the correct selection-related states.
3
4
5 PASS accessibilityController.focusedElement.isMultiSelectable is true
6 PASS accessibilityController.focusedElement.childAtIndex(0).isSelectable is true
7 PASS accessibilityController.focusedElement.childAtIndex(0).isSelected is true
8 PASS accessibilityController.focusedElement.childAtIndex(1).isSelectable is true
9 PASS accessibilityController.focusedElement.childAtIndex(1).isSelected is false
10 PASS accessibilityController.focusedElement.childAtIndex(2).isSelectable is false
11 PASS accessibilityController.focusedElement.childAtIndex(2).isSelected is false
12