| Index: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| index af78ab317b509ebfc288c8a70ecd22e31c2ba30f..da9e5b91b231b2904a3b34f7c9413a51b95d9cbb 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/week-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")');
|
|
|
| -openPickerWithMock(document.getElementById('week'), test);
|
| +openPicker(document.getElementById('week'), test);
|
|
|
| function test() {
|
| popupWindow.focus();
|
|
|