| Index: LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html
|
| index 9c046fd4633731e45a31e32ae52f5666ce9e935e..4d2123862b02f6ebdcd25a2422acde54eb9e3ec7 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-min-max-attribute.html
|
| @@ -27,7 +27,7 @@ description('Tests that min/max attributes filter out suggestions as expected.')
|
| debug('Check that page popup doesn\'t exist at first.');
|
| shouldBeNull('document.getElementById("mock-page-popup")');
|
|
|
| -openPicker(document.getElementById('month'), test);
|
| +openPickerWithMock(document.getElementById('month'), test);
|
|
|
| function test() {
|
| popupWindow.focus();
|
|
|