| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-required.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-required.html
|
| similarity index 64%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html
|
| rename to LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-required.html
|
| index c30b132f3e447d5a85f3ae571c7fffbd2d12df98..7e5e8d7f18af17e6bbc3b60235d23b644c082a44 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-required.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-appearance-required.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>
|
|
|