fixing test case 645
authorJames Craig <jcraig@apple.com>
Tue, 30 Oct 2012 10:07:52 +0100
changeset 20 3dab93cca22b
parent 19 61623b7164c9
child 21 939983dc41ca
fixing test case 645
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 Oct 30 10:02:13 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/radio-label-embedded-spinbutton.html	Tue Oct 30 10:07:52 2012 +0100
@@ -7,7 +7,7 @@
    <body>
    	<input type="radio" 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>