fix test case 426 to include tabindex to drive activedescendant
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Fri, 29 Mar 2013 10:01:00 -0500
changeset 154 8bca297c6a55
parent 153 19bc16c7bbae
child 155 04dc8880e6ad
fix test case 426 to include tabindex to drive activedescendant
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-toolbar-aria-activedescendant-obj1.html
--- 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>