| Index: third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html b/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
|
| index c0142279d2fe917800c8f448702582bf1580294b..b9a78bd095f7886a9b70583e6996a325d126cfd0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/select/select-state-restore.html
|
| @@ -10,7 +10,7 @@
|
|
|
| <input id="emptyOnFirstVisit">
|
| <div id="parent">
|
| -<form action="data:text/html,<script>history.back()</script>" id=form1>
|
| +<form action="../../../resources/back.html" id=form1>
|
| <select id="select1" multiple>
|
| <option id="opt-ca-1" value="CA">California 1</option>
|
| <option id="opt-ca-2" value="CA" selected>California 2</option>
|
| @@ -55,7 +55,7 @@ function runTest()
|
| shouldBeFalse('$("opt-wy").selected');
|
| debug('We don\'t care which one is selected because their values are identical:');
|
| shouldBeTrue('!!($("opt-ca-1").selected ^ $("opt-ca-2").selected)');
|
| -
|
| +
|
| $('parent').innerHTML = '';
|
| setTimeout(function() {
|
| finishJSTest();
|
|
|