| OLD | NEW |
| 1 This test aims to check for rangeUnderflow flag with week input fields | 1 This test aims to check for rangeUnderflow flag with week 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 "2010-W01" doesn't underflow the minimum value "". | 6 PASS The value "2010-W01" doesn't underflow the minimum value "null". |
| 7 PASS The value "2010-W01" doesn't underflow the minimum value "". | 7 PASS The value "2010-W01" doesn't underflow the minimum value "". |
| 8 PASS The value "2010-W01" doesn't underflow the minimum value "foo". | 8 PASS The value "2010-W01" doesn't underflow the minimum value "foo". |
| 9 PASS The value "1000-W01" doesn't underflow the minimum value "". | 9 PASS The value "1000-W01" doesn't underflow the minimum value "". |
| 10 PASS The value "1583-W01" doesn't underflow the minimum value "". | 10 PASS The value "1583-W01" doesn't underflow the minimum value "". |
| 11 PASS The value "2010-W01" doesn't underflow the minimum value "2009-W51". | 11 PASS The value "2010-W01" doesn't underflow the minimum value "2009-W51". |
| 12 PASS The value "2010-W01" doesn't underflow the minimum value "2009-W01". | 12 PASS The value "2010-W01" doesn't underflow the minimum value "2009-W01". |
| 13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011
-W01". | 13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011
-W01". |
| 14 PASS The value "2010-W01" undeflows the minimum value "2010-W02". | 14 PASS The value "2010-W01" undeflows the minimum value "2010-W02". |
| 15 PASS The value "9999-W01" undeflows the minimum value "10000-W12". | 15 PASS The value "9999-W01" undeflows the minimum value "10000-W12". |
| 16 PASS The value "2010-W01" undeflows the minimum value "2010-W02". | 16 PASS The value "2010-W01" undeflows the minimum value "2010-W02". |
| 17 PASS The value "9999-W01" doesn't underflow the minimum value "10000-W12" when d
isabled. | 17 PASS The value "9999-W01" doesn't underflow the minimum value "10000-W12" when d
isabled. |
| 18 PASS successfullyParsed is true | 18 PASS successfullyParsed is true |
| 19 | 19 |
| 20 TEST COMPLETE | 20 TEST COMPLETE |
| 21 | 21 |
| OLD | NEW |