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 |
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. | 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. |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 PASS axElement2.isRequired is axElement1.isRequired | 346 PASS axElement2.isRequired is axElement1.isRequired |
347 PASS axElement2.isChecked is axElement1.isChecked | 347 PASS axElement2.isChecked is axElement1.isChecked |
348 PASS axElement2.intValue is axElement1.intValue | 348 PASS axElement2.intValue is axElement1.intValue |
349 PASS axElement2.minValue is axElement1.minValue | 349 PASS axElement2.minValue is axElement1.minValue |
350 PASS axElement2.maxValue is axElement1.maxValue | 350 PASS axElement2.maxValue is axElement1.maxValue |
351 | 351 |
352 PASS successfullyParsed is true | 352 PASS successfullyParsed is true |
353 | 353 |
354 TEST COMPLETE | 354 TEST COMPLETE |
355 | 355 |
OLD | NEW |