| Index: LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| similarity index 98%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| index 91ddb22dc4b091e3eb558a779250c7f17ddffe23..b9fb330419916be92ee72aebab3d6ddcff1fd98e 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/week-picker-key-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<script src="../../../../../fast/js/resources/js-test-pre.js"></script>
|
| -<script src="../../../../../fast/forms/resources/picker-common.js"></script>
|
| +<script src="../../js/resources/js-test-pre.js"></script>
|
| +<script src="../../forms/resources/picker-common.js"></script>
|
| <script src="resources/calendar-picker-common.js"></script>
|
| </head>
|
| <body>
|
| @@ -269,6 +269,6 @@ function focusedElement() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|