Modified test file for 455 to add proper descendant structure for treeitem test element (added tree container).
authorJoseph Scheuhammer <clown@alum.mit.edu>
Thu, 18 Jul 2013 16:34:43 -0400
changeset 327 42a90d46e50d
parent 326 8d8ad9652064
child 328 7d0119443887
Modified test file for 455 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-level-1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-level-1.html	Wed Jul 17 13:02:54 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-treeitem-aria-level-1.html	Thu Jul 18 16:34:43 2013 -0400
@@ -8,8 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="treeitem" aria-level="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-level="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