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 41c5334f78b9a33b945f0c4e558f62bcac515e4d..f55e34d4749df5a32c38293252b87a0d29a6849c 100644 |
--- a/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt |
@@ -25,8 +25,8 @@ Step=any |
PASS stepUp("2010-02-10", "any", null) threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': This form element does not have an allowed value step.. |
PASS stepDown("2010-02-10", "any", null) threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': This form element does not have an allowed value step.. |
Overflow/underflow |
-PASS stepUp("2010-02-10", "3.40282346e+38", null) is "275760-09-13" |
-PASS stepDown("2010-02-10", "3.40282346e+38", null) is "1970-01-01" |
+FAIL stepUp("2010-02-10", "3.40282346e+38", null) should be 2010-02-10. Was 1970-01-01. |
+FAIL stepDown("2010-02-10", "3.40282346e+38", null) should be 2010-02-10. Was 1970-01-01. |
PASS stepUp("2010-02-10", "1", "2010-02-10") is "2010-02-10" |
PASS stepDown("2010-02-10", "1", "2010-02-10") is "2010-02-10" |