From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../meta/wai-aria/idlharness.window.js.ini | 50 ++++++++++++++++++++++ .../web-platform/meta/wai-aria/role/roles.html.ini | 20 +++++++++ .../meta/wai-aria/role/synonym-roles.html.ini | 8 ++++ 3 files changed, 78 insertions(+) create mode 100644 testing/web-platform/meta/wai-aria/idlharness.window.js.ini create mode 100644 testing/web-platform/meta/wai-aria/role/roles.html.ini create mode 100644 testing/web-platform/meta/wai-aria/role/synonym-roles.html.ini (limited to 'testing/web-platform/meta/wai-aria') 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 diff --git a/testing/web-platform/meta/wai-aria/role/roles.html.ini b/testing/web-platform/meta/wai-aria/role/roles.html.ini new file mode 100644 index 0000000000..835cfd2b13 --- /dev/null +++ b/testing/web-platform/meta/wai-aria/role/roles.html.ini @@ -0,0 +1,20 @@ +[roles.html] + [role: definition] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1829028 + + [role: emphasis] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1732306 + + [role: strong] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1732306 + + [role: time] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1732306 + + [role: term] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1829028 diff --git a/testing/web-platform/meta/wai-aria/role/synonym-roles.html.ini b/testing/web-platform/meta/wai-aria/role/synonym-roles.html.ini new file mode 100644 index 0000000000..ab3463aacd --- /dev/null +++ b/testing/web-platform/meta/wai-aria/role/synonym-roles.html.ini @@ -0,0 +1,8 @@ +[synonym-roles.html] + [image role == computedrole image] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1829269 + + [synonym img role == computedrole image] + expected: FAIL + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1829269 -- cgit v1.2.3