| Index: LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html
|
| similarity index 88%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html
|
| index 0bd690ab659b4cef2c669281077503965ddf04ed..d90f00086bf2d11785439046b50275c391e4e024 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-min-max-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-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;">
|
| @@ -47,6 +47,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>
|
|
|