Index: LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
diff --git a/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
index 2bb1f670215085770d91ab331fcf467b14e2e362..58a1d9d8956eb56a3f557c67dbb60848daa82d90 100644 |
--- a/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
@@ -24,8 +24,8 @@ Step=any |
PASS stepUp("2010-02", "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", "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", "3.40282346e+38", null) is "275760-09" |
-PASS stepDown("2010-02", "3.40282346e+38", null) is "1970-01" |
+FAIL stepUp("2010-02", "3.40282346e+38", null) should be 2010-02. Was 1970-01. |
+FAIL stepDown("2010-02", "3.40282346e+38", null) should be 2010-02. Was 1970-01. |
PASS stepUp("2010-02", "1", "2010-02") is "2010-02" |
PASS stepDown("2010-02", "1", "2010-02") is "2010-02" |