fix the test case to match the testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 12 Sep 2013 17:38:00 -0500
changeset 356 6071e2caa500
parent 355 5a0487492f98
child 357 1a657ef670dd
fix the test case to match the testable statement
ARIA-UAIG/1.0/tests/test-files/test52.html
--- a/ARIA-UAIG/1.0/tests/test-files/test52.html	Thu Sep 12 16:30:43 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test52.html	Thu Sep 12 17:38:00 2013 -0500
@@ -6,7 +6,7 @@
 	<body>
 		<form action=".">
 			<div id="testlabel">Test element: </div>
-			<p><input id="test" type="checkbox" aria-labelledby="testlabel" /></p>			
+			<p><input id="test" type="text" role="bar" aria-labelledby="testlabel" /></p>			
 		</form>
 	</body>
-</html>
\ No newline at end of file
+</html>