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