Merge "[Release] Webkit2-efl-123997_0.11.51" into tizen_2.1
[framework/web/webkit-efl.git] / LayoutTests / accessibility / disabled-controls-not-focusable-expected.txt
1                 
2 This test makes sure that disabled form controls are not exposed as focusable.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 button
8 PASS axElement.isFocusable is true
9 PASS axElement.isFocusable is false
10 text
11 PASS axElement.isFocusable is true
12 PASS axElement.isFocusable is false
13 checkbox
14 PASS axElement.isFocusable is true
15 PASS axElement.isFocusable is false
16 radio
17 PASS axElement.isFocusable is true
18 PASS axElement.isFocusable is false
19 submit
20 PASS axElement.isFocusable is true
21 PASS axElement.isFocusable is false
22 slider
23 PASS axElement.isFocusable is true
24 PASS axElement.isFocusable is false
25 combobox
26 PASS axElement.isFocusable is true
27 PASS axElement.isFocusable is false
28 listbox
29 PASS axElement.isFocusable is true
30 PASS axElement.isFocusable is false
31 textarea
32 PASS axElement.isFocusable is true
33 PASS axElement.isFocusable is false
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37