From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../html-aria/selected-state/670.html | 32 ++++++++++++++++++ .../html-aria/selected-state/671.html | 34 +++++++++++++++++++ .../html-aria/selected-state/672.html | 38 ++++++++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/selected-state/670.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/selected-state/671.html create mode 100644 testing/web-platform/tests/conformance-checkers/html-aria/selected-state/672.html (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/selected-state') diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/670.html b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/670.html new file mode 100644 index 0000000000..de95a2e19d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/670.html @@ -0,0 +1,32 @@ + + + + ARIA 1.0 Test Case 670 + + + +

ARIA 1.0 Test Case 670

+ + + +

Description

+

For an element with role role "option" which is a child of an element with + role "listbox", and the value of the "aria-selected" attribute is equal + to "true".

+ + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/671.html b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/671.html new file mode 100644 index 0000000000..4d36b22cf1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/671.html @@ -0,0 +1,34 @@ + + + + ARIA 1.0 Test Case 671 + + + +

ARIA 1.0 Test Case 671

+ + + +

Description

+

For an element with role role "option" which is a child of an element with + role "listbox", and the value of the "aria-selected" attribute is NOT equal + to "true" or the attribute is undefined.

+ + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/672.html b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/672.html new file mode 100644 index 0000000000..962e6b944b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/selected-state/672.html @@ -0,0 +1,38 @@ + + + + ARIA 1.0 Test Case 672 + + + +

ARIA 1.0 Test Case 672

+ + +

Description

+

For an element with role "option" which is a child of an element with role "listbox", + and the value of the "aria-selected" attribute changes (from "true", or to "true").

+ + + + + -- cgit v1.2.3