Corrected 610. input type typo
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 12 Nov 2012 12:40:41 -0600
changeset 45 f0d2e8e5cf99
parent 44 5d96e9aeb47f
child 46 38b0ac209af8
Corrected 610. input type typo
ARIA/1.0/tests/test-files/name-computation-input/610.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/610.html	Mon Nov 12 12:39:17 2012 -0600
+++ b/ARIA/1.0/tests/test-files/name-computation-input/610.html	Mon Nov 12 12:40:41 2012 -0600
@@ -6,7 +6,7 @@
       <title>Input element, no wai-aria</title>
    </head>
    <body>
-    <input id="test" type="test" aria-label="bar" aria-labelledby="ID1 test">
+    <input id="test" type="text" aria-label="bar" aria-labelledby="ID1 test">
     <div id="ID1">foo</label>
    </body>
 </html>