fixing multiple spinbutton value conflicts in test cases 640ish
authorJames Craig <jcraig@apple.com>
Tue, 30 Oct 2012 10:10:20 +0100
changeset 21 939983dc41ca
parent 20 3dab93cca22b
child 22 26509ff9bac3
child 31 daed0e73b768
fixing multiple spinbutton value conflicts in test cases 640ish
ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html
ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html
ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html
--- a/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html	Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/checkbox-label-embedded-spinbutton.html	Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
    <body>
    	<input type="checkbox" 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>
--- a/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html	Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/file-label-embedded-spinbutton.html	Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
    <body>
    	<input type="file" 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>
--- a/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html	Tue Oct 30 10:07:52 2012 +0100
+++ b/ARIA/1.0/tests/test-files/accessible-name-input/text-label-embedded-spinbutton.html	Tue Oct 30 10:10:20 2012 +0100
@@ -7,7 +7,7 @@
    <body>
    	<input type="text" 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>