diff options
Diffstat (limited to 'testing/web-platform/meta/wai-aria/idlharness.window.js.ini')
-rw-r--r-- | testing/web-platform/meta/wai-aria/idlharness.window.js.ini | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/testing/web-platform/meta/wai-aria/idlharness.window.js.ini b/testing/web-platform/meta/wai-aria/idlharness.window.js.ini new file mode 100644 index 0000000000..bb9da54810 --- /dev/null +++ b/testing/web-platform/meta/wai-aria/idlharness.window.js.ini @@ -0,0 +1,50 @@ +[idlharness.window.html] + prefs: [accessibility.ARIAReflection.enabled:true] + + [Element interface: attribute ariaActiveDescendantElement] + expected: FAIL + + [Element interface: attribute ariaControlsElements] + expected: FAIL + + [Element interface: attribute ariaDescribedByElements] + expected: FAIL + + [Element interface: attribute ariaDetailsElements] + expected: FAIL + + [Element interface: attribute ariaFlowToElements] + expected: FAIL + + [Element interface: attribute ariaLabelledByElements] + expected: FAIL + + [Element interface: attribute ariaOwnsElements] + expected: FAIL + + [Element interface: element must inherit property "ariaActiveDescendantElement" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaControlsElements" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaDescribedByElements" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaDetailsElements" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaFlowToElements" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaLabelledByElements" with the proper type] + expected: FAIL + + [Element interface: element must inherit property "ariaOwnsElements" with the proper type] + expected: FAIL + + [Element interface: attribute ariaErrorMessageElements] + expected: FAIL + + [Element interface: element must inherit property "ariaErrorMessageElements" with the proper type] + expected: FAIL |