Corrected 637. test file did not match testable statement
--- a/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-slider.html Mon Nov 12 12:45:31 2012 -0600
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-slider.html Mon Nov 12 16:48:48 2012 -0600
@@ -6,9 +6,7 @@
</head>
<body>
<input type="checkbox" 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>