Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types-expected.txt

Issue 195443002: CalendarPicker display in correct format for minimum Value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update content to issue partition change event Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698