Modified test file for 456 to add proper descendant structure for treeitem test element (added tree container).
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sun, 21 Jul 2013 22:10:21 -0400
changeset 328 7d0119443887
parent 327 42a90d46e50d
child 329 4ddc5c2e52a9
Modified test file for 456 to add proper descendant structure for treeitem test element (added tree container).
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-posinset-1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-posinset-1.html	Thu Jul 18 16:34:43 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-posinset-1.html	Sun Jul 21 22:10:21 2013 -0400
@@ -8,8 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="treeitem" aria-posinset="1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+     <div role="tree" tabindex="0">
+       <div id="test" role="treeitem" aria-posinset="1">Placeholder content</div>
+       <div id="obj1" role="treeitem">obj1</div>
+       <div id="obj2" role="treeitem">obj2</div>
+     </div>
    </body>
 </html>
\ No newline at end of file