--- 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>