| Index: LayoutTests/fast/forms/date/date-stepup-stepdown.html
|
| diff --git a/LayoutTests/fast/forms/date/date-stepup-stepdown.html b/LayoutTests/fast/forms/date/date-stepup-stepdown.html
|
| index 9f503945a3d556aff97d0d7eaa9fffc5aa721fb8..e8cdba669c80f1ab9674d70e067034ed6b961a4b 100644
|
| --- a/LayoutTests/fast/forms/date/date-stepup-stepdown.html
|
| +++ b/LayoutTests/fast/forms/date/date-stepup-stepdown.html
|
| @@ -49,6 +49,7 @@ shouldBe('stepDown("2010-02-10", null, null, "foo")', '"2010-02-10"');
|
| shouldBe('stepUp("2010-02-10", null, null, null)', '"2010-02-10"');
|
| shouldBe('stepDown("2010-02-10", null, null, null)', '"2010-02-10"');
|
| debug('Normal cases');
|
| +shouldBe('stepDown("1970-01-04", "2", null)', '"1970-01-02"');
|
| shouldBe('stepUp("2010-02-10", null, null)', '"2010-02-11"');
|
| shouldBe('stepDown("2010-02-10", null, null)', '"2010-02-09"');
|
| shouldBe('stepUp("2010-02-10", null, null, 10)', '"2010-02-20"');
|
|
|