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

Unified Diff: LayoutTests/fast/forms/date/input-date-validation-message-expected.txt

Issue 83413002: Derive the step base for an input element as (now) specified. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Perform step base derivation via InputType::findStepBase() instead Created 7 years, 1 month 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/date/input-date-validation-message-expected.txt
diff --git a/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt b/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
index 508617a004568874200a0f748c345f491d00f699..4b64119fb8ac7c4d80d8ba1e950b702b091978ec 100644
--- a/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
+++ b/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
@@ -14,7 +14,7 @@ PASS testIt("1982-11-02", "", "1970-12-31") is "Value must be 12/31/1970 or earl
Range underflow
PASS testIt("1982-11-02", "1990-05-25", "1990-12-24") is "Value must be 05/25/1990 or later."
Step mismatch
-PASS testIt("1982-11-02", "", "", "123") is "Please enter a valid value. The two nearest valid values are 07/07/1982 and 11/07/1982."
+PASS testIt("1982-11-02", "1982-01-01", "", "123") is "Please enter a valid value. The two nearest valid values are 09/04/1982 and 01/05/1983."
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698