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