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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date.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-appearance-minimum-date.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date.html
similarity index 90%
copy from LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
copy to LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date.html
index 2f3f00437417152eb8c4d02f437a95c0947afff6..12fda25214ec93e24c0b3069722685e63e88e45e 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-minimum-date.html
@@ -9,7 +9,7 @@ window.enablePixelTesting = true;
<script src="resources/calendar-picker-common.js"></script>
</head>
<body>
-<input type=date id=date value="10000-12-31">
+<input type=date id=date value="0001-01-01">
<p id="description" style="opacity: 0"></p>
<div id="console" style="opacity: 0"></div>

Powered by Google App Engine
This is Rietveld 408576698