| Index: LayoutTests/fast/forms/calendar-picker/week-picker-touch-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-touch-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-touch-operations.html
|
| similarity index 87%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-touch-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/week-picker-touch-operations.html
|
| index a53b1dc4ae77f9b4b41a026bfeacd4a6e3f3c5bb..6ba812601b8ac17beee4741958e415c958bbf378 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-touch-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-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>
|
|
|