| OLD | NEW |
| 1 | 1 |
| 2 X | 2 X |
| 3 X | 3 X |
| 4 | 4 |
| 5 This tests that ARIA checkboxes correctly handle the aria-checked attribute. | 5 This tests that ARIA checkboxes correctly handle the aria-checked attribute. |
| 6 | 6 |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 8 | 8 |
| 9 | 9 |
| 10 PASS checkbox.isChecked is false | 10 PASS checkbox.isChecked is false |
| 11 PASS checkbox.isChecked is true | 11 PASS checkbox.isChecked is true |
| 12 PASS checkbox.isChecked is false | 12 PASS checkbox.isChecked is false |
| 13 PASS checkbox.isChecked is true | 13 PASS checkbox.isChecked is true |
| 14 PASS checkbox.isChecked is false | 14 PASS checkbox.isChecked is false |
| 15 PASS checkbox.isChecked is false |
| 15 PASS checkbox.isChecked is true | 16 PASS checkbox.isChecked is true |
| 16 PASS checkbox.isChecked is false | |
| 17 PASS checkbox.isChecked is true | 17 PASS checkbox.isChecked is true |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |