| Index: LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
|
| diff --git a/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
|
| index 427ddff9f00a70ed7f86979fe56fe7291168498b..1caf56849e0be2b37366b1037bcd60fdfa480b4d 100644
|
| --- a/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
|
| +++ b/LayoutTests/fast/forms/date/date-stepup-stepdown-expected.txt
|
| @@ -14,6 +14,7 @@ PASS stepDown("2010-02-10", null, null, "foo") is "2010-02-10"
|
| PASS stepUp("2010-02-10", null, null, null) is "2010-02-10"
|
| PASS stepDown("2010-02-10", null, null, null) is "2010-02-10"
|
| Normal cases
|
| +PASS stepDown("1970-01-04", "2", null) is "1970-01-02"
|
| PASS stepUp("2010-02-10", null, null) is "2010-02-11"
|
| PASS stepDown("2010-02-10", null, null) is "2010-02-09"
|
| PASS stepUp("2010-02-10", null, null, 10) is "2010-02-20"
|
|
|