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