| Index: LayoutTests/fast/forms/date/no-page-popup-controller.html
|
| diff --git a/LayoutTests/fast/forms/date/no-page-popup-controller.html b/LayoutTests/fast/forms/date/no-page-popup-controller.html
|
| index d2701256a84b3e84bffa45684f3758ad172aca99..c02f94a3e1185ff9f4d0a83c8d86129d223b432c 100644
|
| --- a/LayoutTests/fast/forms/date/no-page-popup-controller.html
|
| +++ b/LayoutTests/fast/forms/date/no-page-popup-controller.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <body>
|
| -<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../../resources/js-test.js"></script>
|
| <input type=date>
|
| <script>
|
| description('Confirm that the main window doesn\'t have pagePopupController, which should be present only in a calendar picker.');
|
|
|