| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| similarity index 63%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| index d9b203f6e2e498d3c2a39cd24a9b2fa71497fa4b..5ea13086d48fa65b4bdfce7a34b296138e6ed65d 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance.html
|
| @@ -4,8 +4,8 @@
|
| <script>
|
| window.enablePixelTesting = true;
|
| </script>
|
| -<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>
|
| @@ -17,6 +17,6 @@ window.enablePixelTesting = true;
|
| <script>
|
| openPicker(document.getElementById('date'), finishJSTest);
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|