Fix keypad issue when ime context transit to another context
[framework/web/webkit-efl.git] / LayoutTests / accessibility / aria-hidden-update-expected.txt
1 Button 1
2 Button 2
3 Button 3
4 This test makes sure that when aria-hidden changes, the AX hierarchy is updated.
5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7
8
9 PASS parent.childAtIndex(0).isEqual(button1) is true
10 PASS parent.childAtIndex(1).isEqual(button2) is true
11 PASS parent.childAtIndex(2).isEqual(button3) is true
12 PASS parent.childAtIndex(0).isEqual(button1) is true
13 PASS parent.childAtIndex(1).isEqual(button3) is true
14 PASS parent.childAtIndex(0).isEqual(button3) is true
15 PASS parent.childAtIndex(0).isEqual(button2) is true
16 PASS parent.childAtIndex(1).isEqual(button3) is true
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20