| Index: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| similarity index 87%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| index 9cec8e302cc8b6f1ccdc9a82e726a93ba1f4bdb4..58c269f3eb22734c83389e1d13fc9d6287d5e60a 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-min-max-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-min-max-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;">
|
| @@ -46,6 +46,6 @@ function test() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|