| Index: LayoutTests/fast/forms/calendar-picker/date-picker-events.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events.html b/LayoutTests/fast/forms/calendar-picker/date-picker-events.html
|
| similarity index 86%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events.html
|
| rename to LayoutTests/fast/forms/calendar-picker/date-picker-events.html
|
| index 0d12ffa5662d45abeb163255139cdbee265126d2..fcdd22be076db7508898f53f870a843464a7f42a 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/date-picker-events.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/date-picker-events.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>
|
| @@ -47,6 +47,6 @@ function test1() {
|
| finishJSTest();
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|