| This test aims to check for rangeUnderflow 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 underflow the minimum value "null". |
| PASS The value "13:16" doesn't underflow the minimum value "". |
| PASS The value "13:16" doesn't underflow the minimum value "foo". |
| PASS The value "00:00:00.000" doesn't underflow the minimum value "". |
| PASS The value "23:59:59.999" doesn't underflow the minimum value "". |
| PASS The value "13:16" doesn't underflow the minimum value "11:00". |
| PASS The value "13:16" doesn't underflow the minimum value "13:16". |
| PASS The value "" sanitized from "foo" doesn't underflow the minimum value "11:00". |
| PASS The value "13:16" undeflows the minimum value "13:17". |
| PASS The value "23:59" undeflows the minimum value "23:59:30". |
| PASS The value "13:16" undeflows the minimum value "14:00". |
| PASS The value "23:59" doesn't underflow the minimum value "23:59:30" when disabled. |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |