add test case 877
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 02 Jul 2013 09:10:42 -0500
changeset 287 4e467883cd31
parent 286 adf725a8f50d
child 288 d2e3b298d61e
add test case 877
ARIA/1.0/tests/test-files/namefromauthor-requ/877.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/877.html	Tue Jul 02 09:10:42 2013 -0500
@@ -0,0 +1,17 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <title>test case 877
+      </title>
+   </head>
+   <body>
+      <div role="menu" tabindex="0" aria-activedescendant="obj1" tabindex="0">
+		  <div id="test" aria-label="foo" role="menuitemcheckbox" aria-checked="false"></div>
+		  <div id="obj2" role="menuitem">obj2</div>
+      </div>
+   </body>
+</html>
+
+