| Index: LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html
|
| diff --git a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html b/LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html
|
| similarity index 90%
|
| rename from LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html
|
| rename to LayoutTests/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html
|
| index b58497ceba1e238d8c15253290e956d60c8581ba..49ffac841dc28cef29030c1ee8c07fd63d501a2b 100644
|
| --- a/LayoutTests/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-reset-value-after-reload.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/date-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=date id=test1 list=suggestions><input type=date id=test2 value=2002-02-02 list=suggestions><datalist id=suggestions><option>2012-01-01</option></datalist>"></iframe>
|
| -<script src="../../../../../fast/js/resources/js-test-post.js"></script>
|
| +<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|