| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
|
| similarity index 68%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
|
| index 7f7d652cb4be02a2d0ff1394e01d9862f36f737b..a9bf2f20c046ac3ba34eae0313798671d73042c5 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-pre-100-year.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-pre-100-year.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>
|
| @@ -23,6 +23,6 @@ function finishTest() {
|
| finishJSTest();
|
| }
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|