| OLD | NEW |
| 1 This test aims to check for rangeUnderflow flag with time input fields | 1 This test aims to check for rangeUnderflow flag with time input fields |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS The value "13:16" doesn't underflow the minimum value "". | 6 PASS The value "13:16" doesn't underflow the minimum value "null". |
| 7 PASS The value "13:16" doesn't underflow the minimum value "". | 7 PASS The value "13:16" doesn't underflow the minimum value "". |
| 8 PASS The value "13:16" doesn't underflow the minimum value "foo". | 8 PASS The value "13:16" doesn't underflow the minimum value "foo". |
| 9 PASS The value "00:00:00.000" doesn't underflow the minimum value "". | 9 PASS The value "00:00:00.000" doesn't underflow the minimum value "". |
| 10 PASS The value "23:59:59.999" doesn't underflow the minimum value "". | 10 PASS The value "23:59:59.999" doesn't underflow the minimum value "". |
| 11 PASS The value "13:16" doesn't underflow the minimum value "11:00". | 11 PASS The value "13:16" doesn't underflow the minimum value "11:00". |
| 12 PASS The value "13:16" doesn't underflow the minimum value "13:16". | 12 PASS The value "13:16" doesn't underflow the minimum value "13:16". |
| 13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "11:0
0". | 13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "11:0
0". |
| 14 PASS The value "13:16" undeflows the minimum value "13:17". | 14 PASS The value "13:16" undeflows the minimum value "13:17". |
| 15 PASS The value "23:59" undeflows the minimum value "23:59:30". | 15 PASS The value "23:59" undeflows the minimum value "23:59:30". |
| 16 PASS The value "13:16" undeflows the minimum value "14:00". | 16 PASS The value "13:16" undeflows the minimum value "14:00". |
| 17 PASS The value "23:59" doesn't underflow the minimum value "23:59:30" when disab
led. | 17 PASS The value "23:59" doesn't underflow the minimum value "23:59:30" when disab
led. |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |