placed obj1 in test case 234 as a descendant of the textbox
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Sat, 20 Apr 2013 08:24:34 -0500
changeset 195 1488567b3e2b
parent 194 6a411dc7e2c7
child 196 e3e9c2602ffa
placed obj1 in test case 234 as a descendant of the textbox
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	Sat Apr 20 07:35:19 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html	Sat Apr 20 08:24:34 2013 -0500
@@ -8,8 +8,9 @@
       </title>
    </head>
    <body>
-      <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content</div>
-      <div id="obj1">obj1</div>
+      <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content
+          <div id="obj1">obj1</div>
+      </div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>