| Index: LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| similarity index 95%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| index 9b193bc2b659bd4952045a5445a95629da29808e..f9a72a14b537a7490f7ba279d79117a0b6208bcc 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-picker-mouse-operations.html
|
| @@ -1,9 +1,9 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/common.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../forms/resources/common.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| <script src="resources/calendar-picker-common.js"></script>
|
| </head>
|
| <body>
|
| @@ -125,6 +125,6 @@ function test() {
|
| finishJSTest();
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|