| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt
|
| index db10ee123c92ac8c2efc46d0d57f9d2b65e04642..618cd32cf393b12dd98be1262b68a74916873700 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt
|
| @@ -63,6 +63,7 @@ PASS pw.Day.parse("2000-02-02").toString() is "2000-02-02"
|
| PASS pw.Day.parse("1999-02-02").toString() is "1999-02-02"
|
| PASS pw.Day.parse("2000-01-02").toString() is "2000-01-02"
|
| PASS pw.Day.parse("2000-02-01").toString() is "2000-02-01"
|
| +PASS pw.Day.parse("0001-01-01").toString() is "0001-01-01"
|
| PASS pw.Day.parse("02000-02-02").toString() is "2000-02-02"
|
| PASS pw.Day.parse("2000-002-02").toString() is "2000-02-02"
|
| PASS pw.Day.parse("2000-02-002").toString() is "2000-02-02"
|
|
|