| Index: LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| index 4328b1ddbc449e5ffeec5da1e347b419ae656a57..a2439c6a3d4c79ec203be4e756a52fc36a2c253f 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| @@ -16,7 +16,7 @@ description("Tests if week picker mouse operations work as expected.");
|
| debug('Check that page popup doesn\'t exist at first.');
|
| shouldBeNull('document.getElementById("mock-page-popup")');
|
|
|
| -openPicker(document.getElementById('week'), test);
|
| +openPickerWithMock(document.getElementById('week'), test);
|
|
|
| function test() {
|
| shouldBeEqualToString('currentMonth()', '2000-01');
|
|
|