| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| similarity index 69%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| index a85710d7de4af4eb6d6ca63a11ff1cce586a3adc..8e39840ed4fa24ad6239823a5b9fd4bcb0e37dcf 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-month-popup.html
|
| @@ -4,8 +4,8 @@
|
| <script>
|
| window.enablePixelTesting = true;
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| <script src="resources/calendar-picker-common.js"></script>
|
| </head>
|
| <body>
|
| @@ -21,6 +21,6 @@ openPicker(document.getElementById('date'), function() {
|
| finishJSTest();
|
| });
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|