| Index: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html
|
| similarity index 90%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html
|
| index f8e4f97b884e1c4b35f1f4f69d6e799ab497daa9..659dc8040390925d0b9b26f97cf1e4b743ceb74f 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-reset-value-after-reload.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>
|
| @@ -61,6 +61,6 @@ function runOnIFrameLoad()
|
| }
|
| </script>
|
| <iframe id=iframe onload="openPicker(event.target.contentDocument.getElementById('test1'), runOnOpenPopup1);" srcdoc="<input type=week id=test1 list=suggestions><input type=week id=test2 value=2002-W02 list=suggestions><datalist id=suggestions><option>2012-W01</option></datalist>"></iframe>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|