--- 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>