add tabindex to test 416
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Mar 2013 17:49:29 -0500
changeset 145 0f8bec105d7e
parent 141 47bc987bd0af
child 146 7f39fbbe875c
add tabindex to test 416
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-activedescendant-obj1.html	Fri Mar 22 09:59:45 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-activedescendant-obj1.html	Mon Mar 25 17:49:29 2013 -0500
@@ -8,9 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="tablist" aria-activedescendant="obj1">
+      <div id="test" role="tablist" tabindex="0" aria-activedescendant="obj1">
          <div id="obj1" role="tab">obj1</div>
       </div>
+
       <div id="obj2">obj2</div>
    </body>
 </html>