Fix test case 234
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 24 Apr 2013 18:23:31 -0500
changeset 206 2b29dbb981b4
parent 205 0cc2567251af
child 207 35b23ea6d2f8
child 208 0924cce05d03
Fix test case 234
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html	Wed Apr 24 13:28:48 2013 -0700
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html	Wed Apr 24 18:23:31 2013 -0500
@@ -3,13 +3,12 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>&lt;div&gt; with role textbox; supported state or property "aria-activedescendant" value
-         of "obj1"
+      <title>Test Case 234
       </title>
    </head>
    <body>
       <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content
-          <div id="obj1">obj1</div>
+          <div id="obj1" role="button">obj1</div>
       </div>
       <div id="obj2">obj2</div>
    </body>