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 8ae117635c36c9e25de4e8e38e9e60921c07dd74..2bb1f670215085770d91ab331fcf467b14e2e362 100644 |
--- a/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/month/month-stepup-stepdown-expected.txt |
@@ -1,11 +1,11 @@ |
-Check stepUp() and stepDown() bahevior for type=month. |
+Check stepUp() and stepDown() behavior for type=month. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
Invalid value |
-PASS stepUp("", null, null) threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': The form element's current value is not a number.. |
-PASS stepDown("", null, null) threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': The form element's current value is not a number.. |
+PASS stepUp("", null, null) is "1970-02" |
+PASS stepDown("", null, null) is "1969-12" |
Non-number arguments |
PASS stepUp("2010-02", null, null, "0") is "2010-02" |
PASS stepDown("2010-02", null, null, "0") is "2010-02" |
@@ -24,10 +24,10 @@ 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) threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': The form element's new value (3.40282346e+38) would be higher than the maximum (3285488), and snapping to the maximum would exceed the amount of acceptible error.. |
-PASS stepDown("2010-02", "3.40282346e+38", null) threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': The form element's new value (-3.40282346e+38) would be lower than the minimum (-23628), and snapping to the minimum would exceed the amount of acceptible error.. |
-PASS stepUp("2010-02", "1", "2010-02") threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': The form element's new value (482) would be higher than the maximum (481), and snapping to the maximum would exceed the amount of acceptible error.. |
-PASS stepDown("2010-02", "1", "2010-02") threw exception InvalidStateError: Failed to execute 'stepDown' on 'HTMLInputElement': The form element's new value (480) would be lower than the minimum (481), and snapping to the minimum would exceed the amount of acceptible error.. |
+PASS stepUp("2010-02", "3.40282346e+38", null) is "275760-09" |
+PASS stepDown("2010-02", "3.40282346e+38", null) is "1970-01" |
+PASS stepUp("2010-02", "1", "2010-02") is "2010-02" |
+PASS stepDown("2010-02", "1", "2010-02") is "2010-02" |
PASS successfullyParsed is true |