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

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

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.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
index d59ee5114d1f5400f60858e19efc47a5af6a5aef..9350f4c6cf8da7c57d91cab4f31ced078620e3d1 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
@@ -113,6 +113,7 @@ function testDay() {
shouldBeEqualToString('pw.Day.parse("1999-02-02").toString()', '1999-02-02');
shouldBeEqualToString('pw.Day.parse("2000-01-02").toString()', '2000-01-02');
shouldBeEqualToString('pw.Day.parse("2000-02-01").toString()', '2000-02-01');
+ shouldBeEqualToString('pw.Day.parse("0001-01-01").toString()', '0001-01-01');
// Incorrect number of leading zeros
shouldBeEqualToString('pw.Day.parse("02000-02-02").toString()', '2000-02-02');
shouldBeEqualToString('pw.Day.parse("2000-002-02").toString()', '2000-02-02');

Powered by Google App Engine
This is Rietveld 408576698