diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html new file mode 100644 index 000000000..a60653fd7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-aria/namefromauthor-requ/867.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <title>test 867</title> + </head> + <body> + <div id="test" role="grid" aria-label="foo"> + <div role="row"> + <div role="columnheader" id="obj1">obj1</div> + </div> + <div role="row"> + <div role="gridcell" id="obj2">obj2</div> + </div> + </div> + </body> +</html> + |