| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| similarity index 98%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| index b4fa31c87f35e863ec1a8f9ee6f5ef2599c6f6f8..dcb8c4de0f00a03776211b7684a6e4f708694f55 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-date-types.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<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>
|
| @@ -343,6 +343,6 @@ function testMonth() {
|
| shouldBeNull('pw.Month.parse("")');
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|