| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
|
| index adba5b7332bb34f272c677c3ffd273ad94e1efb9..f24c2ac9b503d32b800bac170d9448879447b094 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-step.html
|
| @@ -16,7 +16,7 @@ window.enablePixelTesting = true;
|
| <div id="console" style="opacity: 0"></div>
|
|
|
| <script>
|
| -openPicker(document.getElementById('date'), finishJSTest);
|
| +openPickerWithMock(document.getElementById('date'), finishJSTest);
|
| </script>
|
| </body>
|
| </html>
|
|
|