fixing test case 646
authorJames Craig <jcraig@apple.com>
Tue, 30 Oct 2012 10:02:13 +0100
changeset 19 61623b7164c9
parent 18 fe9dc0ef5d81
child 20 3dab93cca22b
fixing test case 646
ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-spinbutton.html
--- a/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-spinbutton.html	Mon Oct 29 10:47:37 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/password-label-embedded-spinbutton.html	Tue Oct 30 10:02:13 2012 +0100
@@ -7,7 +7,7 @@
    <body>
    	<input type="password" id="test" />
    	<label for="test">Flash the screen 
-   		<label for="test">foo <input role="spinbutton" type="text" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
+   		<label for="test">foo <input role="spinbutton" type="text" value="5" aria-valuenow="5" aria-valuemin="1" aria-valuemax="10"> baz</label>
    		times.
    	</label>
    </body>