| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| similarity index 98%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| index 04b4b97d2939c23d63d3f653c71346903c7eabe6..3655ad9dd59d30d0169ff99d1dc967fdf2ec9483 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-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>
|
| @@ -282,6 +282,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>
|
|
|