| Index: LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html b/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html
|
| similarity index 84%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html
|
| index 82b80d91c340095795ad37c2c455454fa409a3b6..9a6716baeb5d863fd46d6be573413c2e55012a9b 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar.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;">
|
| @@ -46,6 +46,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>
|
|
|