--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listbox-aria-activedescendant-obj1.html Mon Apr 15 11:41:28 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listbox-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
@@ -8,9 +8,9 @@
</title>
</head>
<body>
- <div id="test" role="listbox" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" tabindex="0" role="listbox" aria-activedescendant="obj1" tabindex="0">
<div id="obj1" role="option">obj1</div>
<div id="obj2" role="option">obj2</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html Mon Apr 15 11:41:28 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html Mon Apr 15 11:51:49 2013 -0500
@@ -8,9 +8,9 @@
</title>
</head>
<body>
- <div id="test" role="menu" aria-activedescendant="obj1" tabindex="0">
+ <div id="test" role="menu" tabindex="0" aria-activedescendant="obj1" tabindex="0">
<div id="obj1" role="menuitem">obj1</div>
<div id="obj2" role="menuitem">obj2</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>