--- a/ARIA-UAIG/1.0/tests/test-files/test53.html Thu Sep 12 17:38:00 2013 -0500
+++ b/ARIA-UAIG/1.0/tests/test-files/test53.html Thu Sep 12 17:41:22 2013 -0500
@@ -1,11 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <title>Input type="text" with role="bar"</title>
+ <title>input type="checkbox" aria-labelledby referencing a div</title>
</head>
<body>
<form action=".">
- <p><label for="test">Test element: </label><input id="test" type="text" role="bar" /></p>
+ <div id="testlabel">Test element: </div>
+ <p><input id="test" type="text" aria-labelledby="testlabel" /></p>
</form>
</body>
-</html>
\ No newline at end of file
+</html>