| Index: LayoutTests/fast/forms/calendar-picker/month-picker-touch-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-touch-operations.html b/LayoutTests/fast/forms/calendar-picker/month-picker-touch-operations.html
|
| similarity index 87%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-touch-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/month-picker-touch-operations.html
|
| index f56e4b4792c9a70fd7136ac258b0c33b90a32c1d..4857abc5d951a2f227bfdd7e773c87f6fe2afdd7 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-touch-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/month-picker-touch-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>
|
| @@ -57,6 +57,6 @@ function testAfterSwipingUp() {
|
| finishJSTest();
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|