| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| index 79cd45e409218bdf14c5cc0e34777f23e1c669cf..960e0cc20889ceb66324373b39f6433267d3b060 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| @@ -13,7 +13,7 @@ window.enablePixelTesting = true;
|
| <p id="description" style="opacity: 0"></p>
|
| <div id="console" style="opacity: 0"></div>
|
| <script>
|
| -openPickerWithoutMock(document.getElementById('date'), finishJSTest);
|
| +openPicker(document.getElementById('date'), finishJSTest);
|
| </script>
|
| </body>
|
| </html>
|
|
|