Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html b/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html |
| index 90ad073e96a6ff29ab3972e3a66247984e2cec48..a1f1a7234d1c09db0ffc6fdb7b03ea1ee3a0da03 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html |
| +++ b/third_party/WebKit/LayoutTests/fast/loader/form-state-restore-with-frames.html |
| @@ -8,7 +8,7 @@ |
| <input name="name1" id="input1"> |
| <iframe id="frame1" src="resources/form-state-restore-with-frames-1.html"> |
| </iframe> |
| -<form id="form1" action="data:text/html,<script>history.back();</script>"> |
|
Charlie Reis
2017/02/23 18:39:12
How did this ever work?? Once again, glad it's go
|
| +<form id="form1" action="../../resources/back.html"> |
| <input type="submit"> |
| </form> |