| Index: ManualTests/forms/calendar-picker.html
|
| diff --git a/ManualTests/forms/calendar-picker.html b/ManualTests/forms/calendar-picker.html
|
| index ad8f90de6bbbeaec93e2e57626c13e5eeb0dd261..12cccdfa59676411125945dcd7aa13898fc408e2 100644
|
| --- a/ManualTests/forms/calendar-picker.html
|
| +++ b/ManualTests/forms/calendar-picker.html
|
| @@ -269,7 +269,11 @@ function createParam() {
|
| min: config.min,
|
| step: config.step * (config.type === "month" ? 1 : 86400000),
|
| stepBase: "0",
|
| - currentValue: config.value
|
| + currentValue: config.value,
|
| + axShowMonthSelector: "Show month selection panel",
|
| + axShowNextMonth: "Show next month",
|
| + axShowPreviousMonth: "Show previous month",
|
| + todayLabel: "Today",
|
| }
|
| };
|
|
|
|
|