| Index: LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html b/LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html
|
| similarity index 93%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html
|
| index cb6e3e8f6b71900f99077dbb7ec905437cd22317..e3167e20fbdadaf8309685f01432f72ab2f3c150 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetime-suggestion-picker-step-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/datetime-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;">
|
| @@ -103,6 +103,6 @@ function test4() {
|
| }
|
|
|
| </script>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|