Index: LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
diff --git a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
index 8e05254137e8df167ac83dd0c551aea6aab80252..f6ccf894c8364a7f4286329f4ef7939328ba054c 100644 |
--- a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
+++ b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
@@ -58,8 +58,8 @@ debug('Step=any'); |
shouldThrow('stepUp("2010-02-10T20:13", "any", null)'); |
shouldThrow('stepDown("2010-02-10T20:13", "any", null)'); |
debug('Overflow/underflow'); |
-shouldBeEqualToString('stepUp("2010-02-10T20:13", "3.40282346e+38", null)', '275760-09-13T00:00:00'); |
-shouldBeEqualToString('stepDown("2010-02-10T20:13", "3.40282346e+38", null)', '1970-01-01T00:00:00'); |
+shouldBeEqualToString('stepUp("2010-02-10T20:13", "3.40282346e+38", null)', '2010-02-10T20:13'); |
+shouldBeEqualToString('stepDown("2010-02-10T20:13", "3.40282346e+38", null)', '2010-02-10T20:13'); |
shouldBeEqualToString('stepUp("2010-02-10T20:13", "1", "2010-02-10T20:13")', '2010-02-10T20:13:00'); |
shouldBeEqualToString('stepDown("2010-02-10T20:13", "1", "2010-02-10T20:13")', '2010-02-10T20:13:00'); |
</script> |