Test from JamesC
authorMichael Cooper <cooper@w3.org>
Tue, 16 Apr 2013 15:42:43 -0400
changeset 191 bf28e72abf04
parent 190 9fc3b2cbedb2
child 192 99b5999452f9
Test from JamesC
ARIA/1.0/tests/test-files/name-computation-general/837.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/name-computation-general/837.html	Tue Apr 16 15:42:43 2013 -0400
@@ -0,0 +1,19 @@
+<!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>Tree item with text value "Animals" with two descendant tree items with text value "Cats" and "Dogs".</title>
+   </head>
+   <body>
+   	<ul id="tree0" role="tree" aria-activedescendant="tree0_item0" tabindex="0">
+   		<li id="tree0_item0" role="treeitem" aria-level="1" aria-expanded="true">
+   			Animals
+   			<ul role="group">
+   				<li id="tree0_item0_1" role="treeitem" aria-level="2" aria-expanded="true">Cats</li>
+   				<li id="tree0_item0_2" role="treeitem" aria-level="2" aria-expanded="true">Dogs</li>
+   			</ul>
+   		</li>
+   	</ul>
+   </body>
+</html>