| Index: LayoutTests/fast/forms/month/month-stepup-stepdown.html
|
| diff --git a/LayoutTests/fast/forms/month/month-stepup-stepdown.html b/LayoutTests/fast/forms/month/month-stepup-stepdown.html
|
| index b893d5a8110f48e84b09c0618cdb65e8e07fecb2..ecab8a846decddf6a4c6cb4173a26d3cd80a4c49 100644
|
| --- a/LayoutTests/fast/forms/month/month-stepup-stepdown.html
|
| +++ b/LayoutTests/fast/forms/month/month-stepup-stepdown.html
|
| @@ -58,8 +58,8 @@ debug('Step=any');
|
| shouldThrow('stepUp("2010-02", "any", null)');
|
| shouldThrow('stepDown("2010-02", "any", null)');
|
| debug('Overflow/underflow');
|
| -shouldBeEqualToString('stepUp("2010-02", "3.40282346e+38", null)', '275760-09');
|
| -shouldBeEqualToString('stepDown("2010-02", "3.40282346e+38", null)', '1970-01');
|
| +shouldBeEqualToString('stepUp("2010-02", "3.40282346e+38", null)', '2010-02');
|
| +shouldBeEqualToString('stepDown("2010-02", "3.40282346e+38", null)', '2010-02');
|
| shouldBeEqualToString('stepUp("2010-02", "1", "2010-02")', '2010-02');
|
| shouldBeEqualToString('stepDown("2010-02", "1", "2010-02")', '2010-02');
|
|
|
|
|