| Index: LayoutTests/fast/forms/calendar-picker/month-picker-mouse-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/month-picker-mouse-operations.html
|
| similarity index 96%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/month-picker-mouse-operations.html
|
| index 8e3b36e5dcb51a64f44f72f23553f74bbcc3f123..fec01b11d537b94c030f90cf47a398985e2f9de7 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/month-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>
|
| @@ -118,6 +118,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>
|
|
|