blob: 8d81996724001e72b074a147ccddd561151b777c [file] [log] [blame]
This test aims to check for rangeUnderflow flag with date input fields
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS The value "2010-01-27" doesn't underflow the minimum value "null".
PASS The value "2010-01-27" doesn't underflow the minimum value "".
PASS The value "2010-01-27" doesn't underflow the minimum value "foo".
PASS The value "1000-01-01" doesn't underflow the minimum value "".
PASS The value "1582-10-15" doesn't underflow the minimum value "".
PASS The value "2010-01-27" doesn't underflow the minimum value "2010-01-26".
PASS The value "2010-01-27" doesn't underflow the minimum value "2009-01-28".
PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011-01-26".
PASS The value "2010-01-27" undeflows the minimum value "2010-01-28".
PASS The value "9999-01-01" undeflows the minimum value "10000-12-31".
PASS The value "2010-01-27" undeflows the minimum value "2010-02-01".
PASS The value "9999-01-01" doesn't underflow the minimum value "10000-12-31" when disabled.
PASS successfullyParsed is true
TEST COMPLETE