fix test case 426 to have a properly formed toolbar
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Fri, 29 Mar 2013 09:59:34 -0500
changeset 153 19bc16c7bbae
parent 152 6381e985c3f9
child 154 8bca297c6a55
fix test case 426 to have a properly formed toolbar
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-toolbar-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-toolbar-aria-activedescendant-obj1.html	Fri Mar 29 09:02:07 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-toolbar-aria-activedescendant-obj1.html	Fri Mar 29 09:59:34 2013 -0500
@@ -8,8 +8,9 @@
       </title>
    </head>
    <body>
-      <div id="test" role="toolbar" aria-activedescendant="obj1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div id="test" role="toolbar" aria-activedescendant="obj1">
+         <div id="obj1" role="button">obj1</div>
+         <div id="obj2" role="button">obj2</div>
+      </div>
    </body>
-</html>
\ No newline at end of file
+</html>