| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| similarity index 92%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| index b101874d0f1d6f7c085c9777f386daf9137db244..0a900eee34f40b912b7e806680da0a6cbbefe218 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-mouse-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-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>
|
| @@ -92,6 +92,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>
|
|
|