1 Type=number field should not accept invalid numbers though a user can type such strings
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 enter "512" for noRange
9 PASS input.value is "512"
10 enter "+++" for typeMismatch
11 PASS input.value is ""
13 PASS input.value is ""
16 enter "-1" for randerUnderflow
17 PASS input.value is "-1"
19 PASS input.value is "0"
20 enter "25" for inRange
21 PASS input.value is "25"
22 enter "50" for inRange
23 PASS input.value is "50"
24 enter "10.5" for stepMismatch
25 PASS input.value is "10.5"
26 enter "100" for maximum
27 PASS input.value is "100"
28 enter "200" for rangeOverflow
29 PASS input.value is "200"
30 enter "abc" for typeMismatch
31 PASS input.value is ""
33 PASS input.value is ""
34 PASS successfullyParsed is true