| OLD | NEW |
| 1 Link Button | 1 Link Button |
| 2 |
| 2 Focusable | 3 Focusable |
| 3 Heading | 4 Heading |
| 4 | 5 |
| 5 ARIA button | 6 ARIA button |
| 6 ARIA toggle button | 7 ARIA toggle button |
| 7 ARIA link | 8 ARIA link |
| 8 Button | 9 Button |
| 9 This tests which elements expose themselves as readonly. Readonly here refers to
whether the item is not editable, not whether a control value can be changed vs
if it's unavailable. | 10 This tests which elements expose themselves as readonly. Readonly here refers to
whether the item is not editable, not whether a control value can be changed vs
if it's unavailable. |
| 10 | 11 |
| 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 PASS axElement.isReadOnly is false | 81 PASS axElement.isReadOnly is false |
| 81 | 82 |
| 82 contenteditable_button1 | 83 contenteditable_button1 |
| 83 PASS document.activeElement == element is true | 84 PASS document.activeElement == element is true |
| 84 PASS axElement.isReadOnly is false | 85 PASS axElement.isReadOnly is false |
| 85 | 86 |
| 86 PASS successfullyParsed is true | 87 PASS successfullyParsed is true |
| 87 | 88 |
| 88 TEST COMPLETE | 89 TEST COMPLETE |
| 89 | 90 |
| OLD | NEW |