| Index: LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
|
| index d84c7083c8aae8581e35ec3c295dd945c80e8bef..842e14f93f8ea61224a538a65163ea8e7ed3417e 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-mouse-operations.html
|
| @@ -68,7 +68,7 @@
|
| debug('Check that page popup doesn\'t exist at first.');
|
| shouldBeNull('$("mock-page-popup")');
|
|
|
| -openPicker($('month'), test1);
|
| +openPickerWithMock($('month'), test1);
|
|
|
| function test1() {
|
| debug('Check that page popup exists.');
|
| @@ -91,7 +91,7 @@ function test1AfterClosing() {
|
| shouldBeNull('$("mock-page-popup")');
|
| shouldBeEqualToString('document.getElementById("month").value', '2012-03');
|
|
|
| - openPicker($('month'), test2);
|
| + openPickerWithMock($('month'), test2);
|
| }
|
|
|
| var scrollTopBeforeWheelEvent = 0;
|
| @@ -120,7 +120,7 @@ function test2() {
|
| function test2AfterClosing() {
|
| shouldBeNull('$("mock-page-popup")');
|
|
|
| - openPicker($('month'), test3);
|
| + openPickerWithMock($('month'), test3);
|
| }
|
|
|
| function test3() {
|
|
|