Index: LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt |
diff --git a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt |
index add72c8b4cd84550fd9ff913a04791bf2cea4711..818f5c0c2288fc1472d7e590c188e064a3dbf356 100644 |
--- a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown-expected.txt |
@@ -24,8 +24,8 @@ Step=any |
PASS stepUp("2010-02-10T20:13", "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-10T20:13", "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-10T20:13", "3.40282346e+38", null) is "275760-09-13T00:00:00" |
-PASS stepDown("2010-02-10T20:13", "3.40282346e+38", null) is "1970-01-01T00:00:00" |
+FAIL stepUp("2010-02-10T20:13", "3.40282346e+38", null) should be 2010-02-10T20:13. Was 1970-01-01T00:00:00. |
+FAIL stepDown("2010-02-10T20:13", "3.40282346e+38", null) should be 2010-02-10T20:13. Was 1970-01-01T00:00:00. |
PASS stepUp("2010-02-10T20:13", "1", "2010-02-10T20:13") is "2010-02-10T20:13:00" |
PASS stepDown("2010-02-10T20:13", "1", "2010-02-10T20:13") is "2010-02-10T20:13:00" |
PASS successfullyParsed is true |