Corrected 610. test example did not match testable statement
--- a/ARIA/1.0/tests/test-files/name-computation-input/610.html Mon Nov 12 12:43:53 2012 -0500
+++ b/ARIA/1.0/tests/test-files/name-computation-input/610.html Mon Nov 12 12:39:17 2012 -0600
@@ -6,7 +6,7 @@
<title>Input element, no wai-aria</title>
</head>
<body>
- <input id="test" type="text">
- <label for="test">foo</label>
+ <input id="test" type="test" aria-label="bar" aria-labelledby="ID1 test">
+ <div id="ID1">foo</label>
</body>
</html>