From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- testing/web-platform/tests/wai-aria/role/ReadMe.md | 16 +++ .../web-platform/tests/wai-aria/role/basic.html | 23 ++++ .../tests/wai-aria/role/list-roles.html | 24 ++++ .../tests/wai-aria/role/region-roles.html | 25 ++++ .../role/role_none_conflict_resolution.html | 37 ++++++ .../web-platform/tests/wai-aria/role/roles.html | 137 +++++++++++++++++++++ .../tests/wai-aria/role/synonym-roles.html | 31 +++++ 7 files changed, 293 insertions(+) create mode 100644 testing/web-platform/tests/wai-aria/role/ReadMe.md create mode 100644 testing/web-platform/tests/wai-aria/role/basic.html create mode 100644 testing/web-platform/tests/wai-aria/role/list-roles.html create mode 100644 testing/web-platform/tests/wai-aria/role/region-roles.html create mode 100644 testing/web-platform/tests/wai-aria/role/role_none_conflict_resolution.html create mode 100644 testing/web-platform/tests/wai-aria/role/roles.html create mode 100644 testing/web-platform/tests/wai-aria/role/synonym-roles.html (limited to 'testing/web-platform/tests/wai-aria/role') diff --git a/testing/web-platform/tests/wai-aria/role/ReadMe.md b/testing/web-platform/tests/wai-aria/role/ReadMe.md new file mode 100644 index 0000000000..189c9f75eb --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/ReadMe.md @@ -0,0 +1,16 @@ + +# WPT Roles Tests + +/wai-aria/roles/ includes various files broken up by test type + +- **roles.html** covers simple assignment/verification of most core WAI-ARIA roles, and includes a list of cross-references to other specific files and spec directories. +- role testing of *host language* implicit roles (E.g., `
-> main`) are in other directories (E.g., [html-aam](https://github.com/web-platform-tests/interop-2023-accessibility-testing/issues/13)) +- role testing of **ARIA extension specs** are in other directories (E.g., [graphics-aria](https://github.com/web-platform-tests/interop-2023-accessibility-testing/issues/9)) +- basic.html was the first to ensure basic test coverage of webdriver getcomputedrole +- other context-dependent role tests, error handling, and edge cases are covered in separate files + - list-roles.html + - region-roles.html + - grid, listbox, menu, tree, etc + - fallback roles + - invalid roles + - error handling, etc. diff --git a/testing/web-platform/tests/wai-aria/role/basic.html b/testing/web-platform/tests/wai-aria/role/basic.html new file mode 100644 index 0000000000..5cb8386470 --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/basic.html @@ -0,0 +1,23 @@ + + + + + + + +
+

test heading

+ diff --git a/testing/web-platform/tests/wai-aria/role/list-roles.html b/testing/web-platform/tests/wai-aria/role/list-roles.html new file mode 100644 index 0000000000..5d9787f04b --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/list-roles.html @@ -0,0 +1,24 @@ + + + + List-related Role Verification Tests + + + + + + + + + +
+
x
+
x
+
+ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/wai-aria/role/region-roles.html b/testing/web-platform/tests/wai-aria/role/region-roles.html new file mode 100644 index 0000000000..d087f8f69b --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/region-roles.html @@ -0,0 +1,25 @@ + + + + Region Role Verification Tests + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/wai-aria/role/role_none_conflict_resolution.html b/testing/web-platform/tests/wai-aria/role/role_none_conflict_resolution.html new file mode 100644 index 0000000000..efb247fc77 --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/role_none_conflict_resolution.html @@ -0,0 +1,37 @@ + + + + Role None Conflict Resolution Verification Tests + + + + + + + + + +

Verifies conflict resolution requirements for the ARIA none and presentation roles.

+ + +

x

+ + +

x

+

x

+ + +

x

+

x

+

x

+ + +

Sample Content

+ + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/wai-aria/role/roles.html b/testing/web-platform/tests/wai-aria/role/roles.html new file mode 100644 index 0000000000..71946cbffa --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/roles.html @@ -0,0 +1,137 @@ + + + + Simple Core ARIA Role Verification Tests + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/wai-aria/role/synonym-roles.html b/testing/web-platform/tests/wai-aria/role/synonym-roles.html new file mode 100644 index 0000000000..59d913a60a --- /dev/null +++ b/testing/web-platform/tests/wai-aria/role/synonym-roles.html @@ -0,0 +1,31 @@ + + + + Region Role Verification Tests + + + + + + + + + + + +
x
+ + +
x
+ + + +
  • x
+
  • x
+
x
+ + + + \ No newline at end of file -- cgit v1.2.3