Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-validity-rangeoverflow-expected.txt
blob4546cb939b6084bf06c220badb88a0be1aaee890
1 This test aims to check for rangeOverflow flag with a number input field
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Type=number
7 PASS The value "99" doesn't overflow the maximum value "100".
8 PASS The value "-101" doesn't overflow the maximum value "-100".
9 PASS The value "99" doesn't overflow the maximum value "1E+2".
10 PASS The value "0.99" doesn't overflow the maximum value "1.00".
11 PASS The value "" doesn't overflow the maximum value "100".
12 PASS The value "" doesn't overflow the maximum value "-1".
13 PASS The value "101" doesn't overflow the maximum value "".
14 PASS The value "101" doesn't overflow the maximum value "xxx".
15 PASS The value "0.999999999999999999999999999999999999999999" doesn't overflow the maximum value "0.999999999999999999999999999999999999999998".
16 PASS The value "101" overflows the maximum value "100".
17 PASS The value "-99" overflows the maximum value "-100".
18 PASS The value "101" overflows the maximum value "1E+2".
19 PASS The value "101" overflows the maximum value "100".
20 PASS The value "101" doesn't overflow the maximum value "1E+2" when disabled.
21 PASS successfullyParsed is true
23 TEST COMPLETE