| OLD | NEW |
| 1 | 1 |
| 2 link submit | 2 link submit |
| 3 treeitem |
| 4 option |
| 5 tab |
| 6 gridcell |
| 7 checkbox |
| 3 This tests that the aria-disabled attribute works. The text field should not be
enabled. | 8 This tests that the aria-disabled attribute works. The text field should not be
enabled. |
| 4 | 9 |
| 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 6 | 11 |
| 7 | 12 |
| 8 PASS textField.isEnabled is false | 13 PASS textField.isEnabled is false |
| 9 PASS textField.isEnabled is true | 14 PASS textField.isEnabled is true |
| 10 PASS group.isEnabled is false | 15 PASS group.isEnabled is false |
| 11 PASS link.isEnabled is false | 16 PASS link.isEnabled is false |
| 12 PASS button.isEnabled is true | 17 PASS button.isEnabled is true |
| 18 PASS treeitem.isEnabled is false |
| 19 PASS option.isEnabled is false |
| 20 PASS tab.isEnabled is false |
| 21 PASS gridcell.isEnabled is false |
| 22 PASS checkbox.isEnabled is false |
| 13 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
| 14 | 24 |
| 15 TEST COMPLETE | 25 TEST COMPLETE |
| 16 | |
| OLD | NEW |