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> |