fix mixed case error
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 12 Sep 2013 07:43:36 -0500
changeset 352 bd126c428fa6
parent 351 1a6ced86d56f
child 353 1c69ef1caade
fix mixed case error
ARIA-UAIG/1.0/tests/test-files/test35.html
--- a/ARIA-UAIG/1.0/tests/test-files/test35.html	Wed Sep 11 18:09:33 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test35.html	Thu Sep 12 07:43:36 2013 -0500
@@ -11,7 +11,7 @@
 				reporter.appendChild(reporter.ownerDocument.createTextNode("Script has removed active descendant."));
 			}
 		//	window.setTimeout(removeActivedescendant, 3000);
-		//--></script>
+		</script>
 	</head>
 	<body>
 		<div id="test" tabindex="0" role="menu" aria-activedescendant="item2">
@@ -19,7 +19,7 @@
 			<div id="item2" role="menuitem">Focused Item 2</div>
 			<div id="item3" role="menuitem">Item 3</div>
 		</div>
-                <input type="button" value="push me to remove the active descendant" onclick="removeActiveDescendant()">
+                <input type="button" value="remove the active descendant" onclick="removeActivedescendant()">
 		<p id="report"></p>
 	</body>
 </html>