| Index: third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl b/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
|
| index b0c3249788e78e063d46714db9d16af401bde1e9..f41bb0b0987f6531ece4e10969075d35cec5e3ca 100755
|
| --- a/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/loading/onload-vs-immediate-refresh.pl
|
| @@ -19,7 +19,7 @@ if (window.testRunner) {
|
| testRunner.waitUntilDone();
|
| }
|
| </script>
|
| -<meta http-equiv="refresh" content="0;url=data:text/html,%3Cbody%20onload='if(window.testRunner)testRunner.notifyDone();'%3EYou%20should%20have%20seen%20an%20alert.">
|
| +<meta http-equiv="refresh" content="0;url=resources/notify-success-on-load.html">
|
| </head>
|
| EOF
|
|
|
|
|