Corrected 641: test file did not match testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 13 Nov 2012 10:55:59 -0600
changeset 52 7a39670ad429
parent 51 5075d23399be
child 53 73291193bf40
Corrected 641: test file did not match testable statement
ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-slider.html
--- a/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-slider.html	Tue Nov 13 10:46:58 2012 -0600
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-slider.html	Tue Nov 13 10:55:59 2012 -0600
@@ -6,9 +6,7 @@
    </head>
    <body>
    	<input type="text" id="test" />
-   	<label for="test">Flash the screen 
-   		<label for="test">foo <input role="slider" type="range" value="5" min="1" max="10" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
-   		times.
+   	<label for="test">foo <input role="slider" type="range" 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>