This test aims to check for rangeOverflow flag with a number input field On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". Type=number PASS The value "99" doesn't overflow the maximum value "100". PASS The value "-101" doesn't overflow the maximum value "-100". PASS The value "99" doesn't overflow the maximum value "1E+2". PASS The value "0.99" doesn't overflow the maximum value "1.00". PASS The value "" doesn't overflow the maximum value "100". PASS The value "" doesn't overflow the maximum value "-1". PASS The value "101" doesn't overflow the maximum value "". PASS The value "101" doesn't overflow the maximum value "xxx". PASS The value "0.999999999999999999999999999999999999999999" doesn't overflow the maximum value "0.999999999999999999999999999999999999999998". PASS The value "101" overflows the maximum value "100". PASS The value "-99" overflows the maximum value "-100". PASS The value "101" overflows the maximum value "1E+2". PASS The value "-.8" overflows the maximum value "-1". PASS The value "101" overflows the maximum value "100". PASS The value "101" overflows the maximum value "1E+2" when disabled. PASS successfullyParsed is true TEST COMPLETE