| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-datetime.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetime.html
|
| similarity index 82%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-datetime.html
|
| index 842a2175dd65666c2964a6d18cde6876b3926c33..72b4e184da5047d48b83240d075add2b100dfafe 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-datetime.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetime.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>
|
| @@ -34,6 +34,6 @@ function test() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|