add a text box child
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 08 Jul 2013 10:28:32 -0500
changeset 306 001c2c33af6c
parent 305 8cfea7274057
child 307 a1e513fe7880
add a text box child
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html	Sat Jul 06 20:47:18 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-combobox-aria-activedescendant-obj1.html	Mon Jul 08 10:28:32 2013 -0500
@@ -9,10 +9,11 @@
    </head>
    <body>
       <div id="test" role="combobox" aria-expanded="true" aria-activedescendant="obj1" tabindex="0">
+          <div role="textbox"></div>
           <div role="listbox">
             <div id="obj1" role="option">obj1</div>
             <div id="obj2" role="option">obj2</div>
           </div>
       </div>
    </body>
-</html>
\ No newline at end of file
+</html>