| Index: third_party/WebKit/LayoutTests/fast/events/onunload-not-on-body.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/onunload-not-on-body.html b/third_party/WebKit/LayoutTests/fast/events/onunload-not-on-body.html
|
| index e67bb3d46dd46e419426e7c0f889d76a32711283..723e96c765a66c5715ba967e266d5ec82fb57765 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/onunload-not-on-body.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/onunload-not-on-body.html
|
| @@ -8,7 +8,7 @@ if (window.testRunner) {
|
|
|
| function load()
|
| {
|
| - location = "data:text/html,you should only see one unload alert appear.<script>if (window.testRunner) testRunner.notifyDone(); </" + "script>";
|
| + location = "resources/onunload-single-alert-success.html";
|
| }
|
|
|
| function unload()
|
|
|