| This test aims to check for rangeOverflow 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 overflow the maximum value "null". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "foo". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-27". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-28". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "2011-01-26". |
| PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011-01-26". |
| PASS The value "2010-01-27" doesn't overflow the maximum value "0000-01-01". |
| PASS The value "2010-01-27" overflows the maximum value "2010-01-26". |
| PASS The value "9999-01-01" overflows the maximum value "2010-12-31". |
| PASS The value "2010-01-27" overflows the maximum value "2010-01-26". |
| PASS The value "9999-01-01" doesn't overflow the maximum value "2010-12-31" when disabled. |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |