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

Unified Diff: LayoutTests/fast/forms/date/date-stepup-stepdown-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/date-stepup-stepdown-expected.txt
diff --git a/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
index 427ddff9f00a70ed7f86979fe56fe7291168498b..1caf56849e0be2b37366b1037bcd60fdfa480b4d 100644
--- a/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
+++ b/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
@@ -14,6 +14,7 @@ PASS stepDown("2010-02-10", null, null, "foo") is "2010-02-10"
PASS stepUp("2010-02-10", null, null, null) is "2010-02-10"
PASS stepDown("2010-02-10", null, null, null) is "2010-02-10"
Normal cases
+PASS stepDown("1970-01-04", "2", null) is "1970-01-02"
PASS stepUp("2010-02-10", null, null) is "2010-02-11"
PASS stepDown("2010-02-10", null, null) is "2010-02-09"
PASS stepUp("2010-02-10", null, null, 10) is "2010-02-20"

Powered by Google App Engine
This is Rietveld 408576698