Index: LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
diff --git a/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
index 5f9106b711045a68c589d535a0d4efe47bd8dab6..6f5c57e74392d5cd2f7423cd0edd59b33344105a 100644 |
--- a/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
@@ -24,8 +24,8 @@ Step=any |
PASS stepUp("2010-W02", "any", null) threw exception InvalidStateError: Failed to execute 'stepUp' on 'HTMLInputElement': This form element does not have an allowed value step.. |
PASS stepDown("2010-W02", "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-W02", "3.40282346e+38", null) is "275760-W37" |
-PASS stepDown("2010-W02", "3.40282346e+38", null) is "1970-W01" |
+FAIL stepUp("2010-W02", "3.40282346e+38", null) should be 2010-W02. Was 1970-W01. |
+FAIL stepDown("2010-W02", "3.40282346e+38", null) should be 2010-W02. Was 1970-W01. |
PASS stepUp("2010-W02", "1", "2010-W02") is "2010-W02" |
PASS stepDown("2010-W02", "1", "2010-W02") is "2010-W02" |