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