--- 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."));
 			}