| Index: third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
|
| index 152c43dc192d373321e3052e01dbe8740cac7130..d7e2ba33c4ba422d1c9e51d7207a5dbd9f6397e1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe-2.html
|
| @@ -6,8 +6,7 @@ function test() {
|
| testRunner.dumpAsText();
|
| }
|
| document.open();
|
| - var newDoc = "SUCCESS<script>if (window.testRunner) testRunner.notifyDone();</scr" + "ipt>";
|
| - setTimeout("window.location='data:text/html," + newDoc + "'", 500);
|
| + setTimeout("window.location='../../resources/notify-success.html'", 500);
|
| }
|
| </script>
|
| <body onload="test()">
|
|
|