--- a/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
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-toolbar-aria-activedescendant-obj1.html Fri Mar 29 10:01:00 2013 -0500
@@ -8,7 +8,7 @@
</title>
</head>
<body>
- <div id="test" role="toolbar" aria-activedescendant="obj1">
+ <div id="test" role="toolbar" tabindex="0" aria-activedescendant="obj1">
<div id="obj1" role="button">obj1</div>
<div id="obj2" role="button">obj2</div>
</div>