--- 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>