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