| Index: LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html b/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
|
| index c3949d09c8b295758a7e7f0215ecc44f60a80323..b9eb7b9c7461e5fc3096d815310e1b30c92ac4e9 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-mouse-operations.html
|
| @@ -39,7 +39,7 @@ debug('Check that page popup doesn\'t exist at first.');
|
| shouldBeNull('$("mock-page-popup")');
|
|
|
| window.onload = function() {
|
| - openPicker($('time'), test1);
|
| + openPickerWithMock($('time'), test1);
|
| };
|
|
|
|
|
| @@ -67,7 +67,7 @@ function test1AfterClosing() {
|
| shouldBeNull('document.getElementById("mock-page-popup")');
|
| shouldBeEqualToString('document.getElementById("time").value', '01:03');
|
|
|
| - openPicker($('time'), test2);
|
| + openPickerWithMock($('time'), test2);
|
| }
|
|
|
| var scrollTopBeforeWheelEvent = 0;
|
| @@ -96,7 +96,7 @@ function test2() {
|
| function test2AfterClosing() {
|
| shouldBeNull('$("mock-page-popup")');
|
|
|
| - openPicker($('time'), test3);
|
| + openPickerWithMock($('time'), test3);
|
| }
|
|
|
| function test3() {
|
|
|