add backslash to input element
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 17 Jul 2013 09:14:46 -0500
changeset 325 2a206508513d
parent 324 674602685f28
child 326 8d8ad9652064
add backslash to input element
ARIA/1.0/tests/test-files/name-computation-input/536.html
--- a/ARIA/1.0/tests/test-files/name-computation-input/536.html	Tue Jul 16 16:12:22 2013 -0500
+++ b/ARIA/1.0/tests/test-files/name-computation-input/536.html	Wed Jul 17 09:14:46 2013 -0500
@@ -3,7 +3,7 @@
 <title>Test 536 UT type=ANY with aria-hidden="true" with no aria-labelledby and with id="test".</title>
 </head>
 <body>
-<input type="button" id="test" aria-hidden="true">
+<input type="button" id="test" aria-hidden="true"/>
 </body>
 </html>