summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/wai-aria
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/wai-aria
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
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.ini60
-rw-r--r--testing/web-platform/meta/wai-aria/role/contextual-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/fallback-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/form-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/grid-roles.html.ini21
-rw-r--r--testing/web-platform/meta/wai-aria/role/list-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/listbox-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/menu-roles.html.ini18
-rw-r--r--testing/web-platform/meta/wai-aria/role/roles.html.ini1
-rw-r--r--testing/web-platform/meta/wai-aria/role/tab-roles.html.ini3
-rw-r--r--testing/web-platform/meta/wai-aria/role/tree-roles.html.ini6
11 files changed, 124 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..0d382c9f53
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/idlharness.window.js.ini
@@ -0,0 +1,60 @@
+[idlharness.window.html]
+ [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
+
+ [Element interface: attribute ariaBrailleLabel]
+ expected: FAIL
+
+ [Element interface: attribute ariaBrailleRoleDescription]
+ expected: FAIL
+
+ [Element interface: element must inherit property "ariaBrailleLabel" with the proper type]
+ expected: FAIL
+
+ [Element interface: element must inherit property "ariaBrailleRoleDescription" with the proper type]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/contextual-roles.html.ini b/testing/web-platform/meta/wai-aria/role/contextual-roles.html.ini
new file mode 100644
index 0000000000..fa20b2582a
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/contextual-roles.html.ini
@@ -0,0 +1,3 @@
+[contextual-roles.html]
+ [contentinfo region scoped to main element is generic]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/fallback-roles.html.ini b/testing/web-platform/meta/wai-aria/role/fallback-roles.html.ini
new file mode 100644
index 0000000000..bc3d57b3f4
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/fallback-roles.html.ini
@@ -0,0 +1,3 @@
+[fallback-roles.html]
+ [fallback role w/ region with no label]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/form-roles.html.ini b/testing/web-platform/meta/wai-aria/role/form-roles.html.ini
new file mode 100644
index 0000000000..0fce99b62a
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/form-roles.html.ini
@@ -0,0 +1,3 @@
+[form-roles.html]
+ [form without label]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/grid-roles.html.ini b/testing/web-platform/meta/wai-aria/role/grid-roles.html.ini
new file mode 100644
index 0000000000..f524804005
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/grid-roles.html.ini
@@ -0,0 +1,21 @@
+[grid-roles.html]
+ [role is grid]
+ expected: FAIL
+
+ [orphaned rowheader outside the context of row]
+ expected: FAIL
+
+ [orphaned columnheader outside the context of row]
+ expected: FAIL
+
+ [orphaned button with gridcell role outside the context of row]
+ expected: FAIL
+
+ [orphaned row outside the context of table]
+ expected: FAIL
+
+ [orphaned rowgroup outside the context of row]
+ expected: FAIL
+
+ [orphaned div with gridcell role outside the context of row]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/list-roles.html.ini b/testing/web-platform/meta/wai-aria/role/list-roles.html.ini
new file mode 100644
index 0000000000..bd16166d45
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/list-roles.html.ini
@@ -0,0 +1,3 @@
+[list-roles.html]
+ [orphan p with listitem role]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/listbox-roles.html.ini b/testing/web-platform/meta/wai-aria/role/listbox-roles.html.ini
new file mode 100644
index 0000000000..9a8a1bc30e
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/listbox-roles.html.ini
@@ -0,0 +1,3 @@
+[listbox-roles.html]
+ [orphaned option outside the context of listbox]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/menu-roles.html.ini b/testing/web-platform/meta/wai-aria/role/menu-roles.html.ini
new file mode 100644
index 0000000000..1c6fbf9032
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/menu-roles.html.ini
@@ -0,0 +1,18 @@
+[menu-roles.html]
+ [orphaned menuitem outside the context of menu/menubar]
+ expected: FAIL
+
+ [orphaned menuitemradio outside the context of menu/menubar]
+ expected: FAIL
+
+ [orphaned menuitemcheckbox outside the context of menu/menubar]
+ expected: FAIL
+
+ [orphan button with menuitem role]
+ expected: FAIL
+
+ [orphan button with menuitemcheckbox role]
+ expected: FAIL
+
+ [orphan button with menuitemradio role]
+ 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..f034ca2a26
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/roles.html.ini
@@ -0,0 +1 @@
+[roles.html]
diff --git a/testing/web-platform/meta/wai-aria/role/tab-roles.html.ini b/testing/web-platform/meta/wai-aria/role/tab-roles.html.ini
new file mode 100644
index 0000000000..c2517bd8a4
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/tab-roles.html.ini
@@ -0,0 +1,3 @@
+[tab-roles.html]
+ [orphan button with tab role]
+ expected: FAIL
diff --git a/testing/web-platform/meta/wai-aria/role/tree-roles.html.ini b/testing/web-platform/meta/wai-aria/role/tree-roles.html.ini
new file mode 100644
index 0000000000..8f856394b1
--- /dev/null
+++ b/testing/web-platform/meta/wai-aria/role/tree-roles.html.ini
@@ -0,0 +1,6 @@
+[tree-roles.html]
+ [orphaned treeitem outside the context of tree]
+ expected: FAIL
+
+ [orphaned button with treeitem role outside tree context]
+ expected: FAIL