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