Corrected 645: test file did not match testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 13 Nov 2012 13:16:34 -0600
changeset 56 f6d3feef0ba1
parent 55 45ee7e5cc4a8
child 57 d0b2306b1aff
Corrected 645: test file did not match testable statement
ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-spinbutton.html
--- a/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-spinbutton.html	Tue Nov 13 13:06:05 2012 -0600
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-spinbutton.html	Tue Nov 13 13:16:34 2012 -0600
@@ -6,9 +6,7 @@
    </head>
    <body>
    	<input type="radio" id="test" />
-   	<label for="test">Flash the screen 
-   		<label for="test">foo <input role="spinbutton"  type="number" value="5" min="1" max="10" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
-   		times.
+   	<label for="test">foo <input role="spinbutton"  type="number" value="5" min="1" max="10" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz
    	</label>
    </body>
-</html>
\ No newline at end of file
+</html>