| OLD | NEW |
| 1 Link Button Button Button | 1 Link Button Button Button |
| 2 Focusable | 2 Focusable |
| 3 Heading | 3 Heading |
| 4 | 4 |
| 5 ARIA button | 5 ARIA button |
| 6 ARIA disabled button | 6 ARIA disabled button |
| 7 ARIA enabled button | 7 ARIA enabled button |
| 8 ARIA required button | 8 ARIA required button |
| 9 ARIA toggle button | 9 ARIA toggle button |
| 10 ARIA link | 10 ARIA link |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 PASS axElement2.isRequired is axElement1.isRequired | 197 PASS axElement2.isRequired is axElement1.isRequired |
| 198 PASS axElement2.isChecked is axElement1.isChecked | 198 PASS axElement2.isChecked is axElement1.isChecked |
| 199 PASS axElement2.intValue is axElement1.intValue | 199 PASS axElement2.intValue is axElement1.intValue |
| 200 PASS axElement2.minValue is axElement1.minValue | 200 PASS axElement2.minValue is axElement1.minValue |
| 201 PASS axElement2.maxValue is axElement1.maxValue | 201 PASS axElement2.maxValue is axElement1.maxValue |
| 202 | 202 |
| 203 listbox1 | 203 listbox1 |
| 204 PASS document.activeElement == element1 is true | 204 PASS document.activeElement == element1 is true |
| 205 listbox2 | 205 listbox2 |
| 206 PASS document.activeElement == element2 is true | 206 PASS document.activeElement == element2 is true |
| 207 PASS axElement2.role is axElement1.role | 207 FAIL axElement2.role should be AXRole: AXPopUpButton. Was AXRole: AXListBox. |
| 208 PASS axElement2.roleDescription is axElement1.roleDescription | 208 PASS axElement2.roleDescription is axElement1.roleDescription |
| 209 PASS axElement2.title is axElement1.title | 209 PASS axElement2.title is axElement1.title |
| 210 PASS axElement2.description is axElement1.description | 210 PASS axElement2.description is axElement1.description |
| 211 PASS axElement2.helpText is axElement1.helpText | 211 PASS axElement2.helpText is axElement1.helpText |
| 212 PASS axElement2.stringValue is axElement1.stringValue | 212 PASS axElement2.stringValue is axElement1.stringValue |
| 213 PASS axElement2.isEnabled is axElement1.isEnabled | 213 PASS axElement2.isEnabled is axElement1.isEnabled |
| 214 PASS axElement2.isRequired is axElement1.isRequired | 214 PASS axElement2.isRequired is axElement1.isRequired |
| 215 PASS axElement2.isChecked is axElement1.isChecked | 215 PASS axElement2.isChecked is axElement1.isChecked |
| 216 PASS axElement2.intValue is axElement1.intValue | 216 PASS axElement2.intValue is axElement1.intValue |
| 217 PASS axElement2.minValue is axElement1.minValue | 217 PASS axElement2.minValue is axElement1.minValue |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 PASS axElement2.isRequired is axElement1.isRequired | 367 PASS axElement2.isRequired is axElement1.isRequired |
| 368 PASS axElement2.isChecked is axElement1.isChecked | 368 PASS axElement2.isChecked is axElement1.isChecked |
| 369 PASS axElement2.intValue is axElement1.intValue | 369 PASS axElement2.intValue is axElement1.intValue |
| 370 PASS axElement2.minValue is axElement1.minValue | 370 PASS axElement2.minValue is axElement1.minValue |
| 371 PASS axElement2.maxValue is axElement1.maxValue | 371 PASS axElement2.maxValue is axElement1.maxValue |
| 372 | 372 |
| 373 PASS successfullyParsed is true | 373 PASS successfullyParsed is true |
| 374 | 374 |
| 375 TEST COMPLETE | 375 TEST COMPLETE |
| 376 | 376 |
| OLD | NEW |