| Index: third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe.html b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe.html
|
| index 073484d8001791d212ae454690df1a8b36568db1..a60b89ab2ade5eab9e973ff0f1100c56a35a6a11 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/loader/redirect-with-open-subframe.html
|
| @@ -7,8 +7,7 @@
|
| testRunner.waitUntilDone();
|
| testRunner.dumpAsText();
|
| }
|
| - 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>
|
| <div>FAILURE: should redirect.</div>
|
| </body>
|
|
|