Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-commit-valid-only-expected.txt
blobc63650ff3f3567550af6e0512705f59df0acd965
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".
7 No restriction
8 enter "512" for noRange
9 PASS input.value is "512"
10 enter "+++" for typeMismatch
11 PASS input.value is ""
12 enter "" for empty
13 PASS input.value is ""
15 min/max/step
16 enter "-1" for randerUnderflow
17 PASS input.value is "-1"
18 enter "0" for minimum
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 ""
32 enter "" for empty
33 PASS input.value is ""
34 PASS successfullyParsed is true
36 TEST COMPLETE