blob: e9f8481e288da0ebe7237221ea96d9c02b7f0fa4 [file] [log] [blame]
This test aims to check for rangeOverflow flag with time input fields
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS The value "13:16" doesn't overflow the maximum value "".
PASS The value "13:16" doesn't overflow the maximum value "".
PASS The value "13:16" doesn't overflow the maximum value "foo".
PASS The value "13:16" doesn't overflow the maximum value "13:16".
PASS The value "13:16" doesn't overflow the maximum value "13:17".
PASS The value "13:16" doesn't overflow the maximum value "14:15".
PASS The value "" sanitized from "foo" doesn't overflow the maximum value "13:16".
PASS The value "13:16" overflows the maximum value "13:15".
PASS The value "23:59:59.999" overflows the maximum value "13:16".
PASS The value "13:16" overflows the maximum value "12:00".
PASS The value "23:59:59.999" doesn't overflow the maximum value "13:16" when disabled.
PASS successfullyParsed is true
TEST COMPLETE