| 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 2f3f00437417152eb8c4d02f437a95c0947afff6..79cd45e409218bdf14c5cc0e34777f23e1c669cf 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| @@ -10,12 +10,10 @@ window.enablePixelTesting = true;
|
| </head>
|
| <body>
|
| <input type=date id=date value="10000-12-31">
|
| -
|
| <p id="description" style="opacity: 0"></p>
|
| <div id="console" style="opacity: 0"></div>
|
| -
|
| <script>
|
| -openPicker(document.getElementById('date'), finishJSTest);
|
| +openPickerWithoutMock(document.getElementById('date'), finishJSTest);
|
| </script>
|
| </body>
|
| </html>
|
|
|