| Index: LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html
|
| diff --git a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html
|
| index 0d0e3fdb13b17e2d46ac2411dcfe6d3afa0ed5b7..221a36ecbcf2787984b1085adf387c46c3b63171 100644
|
| --- a/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html
|
| +++ b/LayoutTests/fast/forms/suggestion-picker/datetimelocal-suggestion-picker-reset-value-after-reload.html
|
| @@ -61,6 +61,5 @@ function runOnIFrameLoad()
|
| }
|
| </script>
|
| <iframe id=iframe onload="openPicker(event.target.contentDocument.getElementById('test1'), runOnOpenPopup1);" srcdoc="<input type=datetime-local id=test1 list=suggestions><input type=datetime-local id=test2 value=2002-02-02T00:00 list=suggestions><datalist id=suggestions><option>2012-01-01T00:00</option></datalist>"></iframe>
|
| -<script src="../../js/resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|