diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /testing/web-platform/meta/wai-aria | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/wai-aria')
5 files changed, 5 insertions, 28 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 index 0d382c9f53..01cbcd1fe8 100644 --- a/testing/web-platform/meta/wai-aria/idlharness.window.js.ini +++ b/testing/web-platform/meta/wai-aria/idlharness.window.js.ini @@ -1,7 +1,5 @@ [idlharness.window.html] - [Element interface: attribute ariaActiveDescendantElement] - expected: FAIL - + prefs: [accessibility.ARIAElementReflection.enabled:true] [Element interface: attribute ariaControlsElements] expected: FAIL @@ -20,9 +18,6 @@ [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 @@ -47,14 +42,8 @@ [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 "ariaActiveDescendantElement" with the proper type] + expected: [PASS, FAIL] - [Element interface: element must inherit property "ariaBrailleRoleDescription" with the proper type] - expected: FAIL + [Element interface: attribute ariaActiveDescendantElement] + expected: [PASS, 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 deleted file mode 100644 index fa20b2582a..0000000000 --- a/testing/web-platform/meta/wai-aria/role/contextual-roles.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[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 deleted file mode 100644 index bc3d57b3f4..0000000000 --- a/testing/web-platform/meta/wai-aria/role/fallback-roles.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[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 deleted file mode 100644 index 0fce99b62a..0000000000 --- a/testing/web-platform/meta/wai-aria/role/form-roles.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[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 index f524804005..3e0938aebe 100644 --- a/testing/web-platform/meta/wai-aria/role/grid-roles.html.ini +++ b/testing/web-platform/meta/wai-aria/role/grid-roles.html.ini @@ -1,7 +1,4 @@ [grid-roles.html] - [role is grid] - expected: FAIL - [orphaned rowheader outside the context of row] expected: FAIL |