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

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

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.html
diff --git a/LayoutTests/fast/forms/date/input-date-validation-message.html b/LayoutTests/fast/forms/date/input-date-validation-message.html
index 02b00ef5861944dbdf4f485c054d568fa4fb8e1c..bd98c830cd2bd3d0ff2433f2f34ef6487a4800c9 100644
--- a/LayoutTests/fast/forms/date/input-date-validation-message.html
+++ b/LayoutTests/fast/forms/date/input-date-validation-message.html
@@ -38,7 +38,7 @@ debug('Range underflow')
shouldBeEqualToString('testIt("1982-11-02", "1990-05-25", "1990-12-24")', 'Value must be 05/25/1990 or later.');
debug('Step mismatch')
-shouldBeEqualToString('testIt("1982-11-02", "", "", "123")', 'Please enter a valid value. The two nearest valid values are 07/07/1982 and 11/07/1982.');
+shouldBeEqualToString('testIt("1982-11-02", "1982-01-01", "", "123")', 'Please enter a valid value. The two nearest valid values are 09/04/1982 and 01/05/1983.');
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698