OLD | NEW |
1 Check stepUp() and stepDown() bahevior for unsupported types. | 1 Check stepUp() and stepDown() bahevior for unsupported types. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Unsupported type | 6 Unsupported type |
7 PASS input.step = "3"; input.min = ""; input.max = ""; input.value = "2"; input.
stepDown() threw exception Error: InvalidStateError: DOM Exception 11. | 7 PASS input.step = "3"; input.min = ""; input.max = ""; input.value = "2"; input.
stepDown() threw exception InvalidStateError: An attempt was made to use an obje
ct that is not, or is no longer, usable.. |
8 PASS input.stepDown(0) threw exception Error: InvalidStateError: DOM Exception 1
1. | 8 PASS input.stepDown(0) threw exception InvalidStateError: An attempt was made to
use an object that is not, or is no longer, usable.. |
9 PASS input.stepUp() threw exception Error: InvalidStateError: DOM Exception 11. | 9 PASS input.stepUp() threw exception InvalidStateError: An attempt was made to us
e an object that is not, or is no longer, usable.. |
10 PASS input.stepUp(0) threw exception Error: InvalidStateError: DOM Exception 11. | 10 PASS input.stepUp(0) threw exception InvalidStateError: An attempt was made to u
se an object that is not, or is no longer, usable.. |
11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
12 | 12 |
13 TEST COMPLETE | 13 TEST COMPLETE |
14 | 14 |
OLD | NEW |