fix document reference
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 11 Sep 2013 18:02:10 -0500
changeset 350 8fa5cd317690
parent 349 918167c42003
child 351 1a6ced86d56f
fix document reference
ARIA-UAIG/1.0/tests/test-files/test35.html
--- a/ARIA-UAIG/1.0/tests/test-files/test35.html	Wed Sep 11 17:59:15 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test35.html	Wed Sep 11 18:02:10 2013 -0500
@@ -6,7 +6,7 @@
 			function removeActivedescendant(evt) {
                                 var test = document.getElementById("test");
                                 test.focus();
-				test.document.removeAttribute("aria-activedescendant");
+				test.removeAttribute("aria-activedescendant");
 				var reporter = document.getElementById("report");
 				reporter.appendChild(reporter.ownerDocument.createTextNode("Script has removed active descendant."));
 			}