| Index: LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html b/LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html
|
| similarity index 63%
|
| rename from LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html
|
| rename to LayoutTests/fast/forms/calendar-picker/month-picker-appearance.html
|
| index e7d6987027541dd0b71cc81471458f814be8f743..de613f9133cbb7ae51244473d1e9f20ae9a1d8cf 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/calendar-picker/month-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/month-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('month'), finishJSTest);
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|