diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html b/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html new file mode 100644 index 000000000..b0ff89993 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/roles-properties-supported-inherited/rowgroup-aria-activedescendant-obj1.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title><div> with role rowgroup; inherited supported state or property "aria-activedescendant" + value of "obj1" + </title> + </head> + <body> + <div role="grid"> + <div id="test" tabindex="0" role="rowgroup" aria-activedescendant="obj1"> + <div id="obj1" role="row"> + <div role="gridcell">r1c1</div> + <div role="gridcell">r1c2</div> + </div> + </div> + </div> + </body> +</html> |