add tabindex to test cases 315 and 334
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 15 Apr 2013 11:51:49 -0500
changeset 189 0a767793a489
parent 188 6af475c05616
child 190 9fc3b2cbedb2
add tabindex to test cases 315 and 334
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-listbox-aria-activedescendant-obj1.html
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menu-aria-activedescendant-obj1.html
--- 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>