| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| index 83e254981733e7a98dcf8fd61168fff890fc0482..746d48061cbe782159d8cfeda87acb624f6e007d 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| @@ -16,7 +16,7 @@ description("Tests if calendar picker mouse opearations work as expected.");
|
| debug('Check that page popup doesn\'t exist at first.');
|
| shouldBeNull('document.getElementById("mock-page-popup")');
|
|
|
| -openPicker(document.getElementById('date'), test);
|
| +openPickerWithMock(document.getElementById('date'), test);
|
|
|
| function test() {
|
| shouldBeEqualToString('currentMonth()', '2000-01');
|
| @@ -54,7 +54,7 @@ function test() {
|
| shouldBeEqualToString('document.getElementById("date").value', '2000-02-05');
|
|
|
| waitUntilClosing(function() {
|
| - openPicker(document.getElementById('date'), test2);
|
| + openPickerWithMock(document.getElementById('date'), test2);
|
| });
|
| }
|
|
|
|
|