summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/wai-aria
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /testing/web-platform/meta/wai-aria
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/wai-aria')
-rw-r--r--testing/web-platform/meta/wai-aria/idlharness.window.js.ini50
-rw-r--r--testing/web-platform/meta/wai-aria/role/roles.html.ini20
-rw-r--r--testing/web-platform/meta/wai-aria/role/synonym-roles.html.ini8
3 files changed, 78 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
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