| Index: LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html
|
| similarity index 86%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html
|
| index 9eca84931d504ab2cc821de0511d525588a5ddd6..44b066943520b82b5216a70933e2f5a7a4a3df00 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-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/suggestion-picker-common.js"></script>
|
| </head>
|
| <body style="background-color: #eeffff;">
|
| @@ -47,6 +47,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>
|
|
|