1 This test aims to check for rangeOverflow flag with date input fields
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS The value "2010-01-27" doesn't overflow the maximum value "null".
7 PASS The value "2010-01-27" doesn't overflow the maximum value "".
8 PASS The value "2010-01-27" doesn't overflow the maximum value "foo".
9 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-27".
10 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-28".
11 PASS The value "2010-01-27" doesn't overflow the maximum value "2011-01-26".
12 PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011-01-26".
13 PASS The value "2010-01-27" doesn't overflow the maximum value "0000-01-01".
14 PASS The value "2010-01-27" overflows the maximum value "2010-01-26".
15 PASS The value "9999-01-01" overflows the maximum value "2010-12-31".
16 PASS The value "2010-01-27" overflows the maximum value "2010-01-26".
17 PASS The value "9999-01-01" doesn't overflow the maximum value "2010-12-31" when disabled.
18 PASS successfullyParsed is true