OLD | NEW |
1 | 1 |
| 2 |
2 This test makes sure that disabled form controls are not exposed as focusable. | 3 This test makes sure that disabled form controls are not exposed as focusable. |
3 | 4 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 6 |
6 | 7 |
7 button | 8 button |
8 PASS axElement.isFocusable is true | 9 PASS axElement.isFocusable is true |
9 PASS axElement.isFocusable is false | 10 PASS axElement.isFocusable is false |
10 text | 11 text |
11 PASS axElement.isFocusable is true | 12 PASS axElement.isFocusable is true |
(...skipping 16 matching lines...) Expand all Loading... |
28 listbox | 29 listbox |
29 PASS axElement.isFocusable is true | 30 PASS axElement.isFocusable is true |
30 PASS axElement.isFocusable is false | 31 PASS axElement.isFocusable is false |
31 textarea | 32 textarea |
32 PASS axElement.isFocusable is true | 33 PASS axElement.isFocusable is true |
33 PASS axElement.isFocusable is false | 34 PASS axElement.isFocusable is false |
34 PASS successfullyParsed is true | 35 PASS successfullyParsed is true |
35 | 36 |
36 TEST COMPLETE | 37 TEST COMPLETE |
37 | 38 |
OLD | NEW |