| Index: LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| similarity index 91%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| index 4742a5d8c9b3c768aaf41f216eb44bc754a2d0e6..ef75cc51a95b7c07cb25437cbdbff301e5b1e7bc 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/month-suggestion-picker-step-attribute.html
|
| @@ -1,8 +1,8 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<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: #bbbbbb;">
|
| @@ -85,6 +85,6 @@ function test3() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|