| Index: LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html
|
| similarity index 87%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html
|
| index b8e62a871aafd8ea5cab6dd59b11f02ef0ed2549..1dfb8c5c2efcba9013b3d1aa2f0cfe51b95dd3d2 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-min-max-attribute.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/date-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>
|
|
|