Corrected 638. test file did not match testable statement
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 13 Nov 2012 10:30:00 -0600
changeset 48 d53b6a91c740
parent 47 b0740876c93f
child 49 06a96762bb5d
Corrected 638. test file did not match testable statement
ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-slider.html
--- a/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-slider.html	Mon Nov 12 16:48:48 2012 -0600
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-slider.html	Tue Nov 13 10:30:00 2012 -0600
@@ -6,9 +6,8 @@
    </head>
    <body>
    	<input type="file" 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>
+   	<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
    		times.
    	</label>
    </body>
-</html>
\ No newline at end of file
+</html>