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