OLD | NEW |
1 Link Button Button Button | 1 Link Button Button Button |
| 2 |
2 Focusable | 3 Focusable |
3 Heading | 4 Heading |
4 | 5 |
5 ARIA button | 6 ARIA button |
6 ARIA disabled button | 7 ARIA disabled button |
7 ARIA enabled button | 8 ARIA enabled button |
8 ARIA required button | 9 ARIA required button |
9 ARIA toggle button | 10 ARIA toggle button |
10 ARIA link | 11 ARIA link |
11 This tests a number of different elements in canvas fallback content to make sur
e their accessible attributes are essentially identical to the corresponding ele
ments outside of canvas fallback content. | 12 This tests a number of different elements in canvas fallback content to make sur
e their accessible attributes are essentially identical to the corresponding ele
ments outside of canvas fallback content. |
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 PASS axElement2.isRequired is axElement1.isRequired | 368 PASS axElement2.isRequired is axElement1.isRequired |
368 PASS axElement2.isChecked is axElement1.isChecked | 369 PASS axElement2.isChecked is axElement1.isChecked |
369 PASS axElement2.intValue is axElement1.intValue | 370 PASS axElement2.intValue is axElement1.intValue |
370 PASS axElement2.minValue is axElement1.minValue | 371 PASS axElement2.minValue is axElement1.minValue |
371 PASS axElement2.maxValue is axElement1.maxValue | 372 PASS axElement2.maxValue is axElement1.maxValue |
372 | 373 |
373 PASS successfullyParsed is true | 374 PASS successfullyParsed is true |
374 | 375 |
375 TEST COMPLETE | 376 TEST COMPLETE |
376 | 377 |
OLD | NEW |