| Index: third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html b/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
|
| index 5982b437813cee4c650aec792df421b6480ebc78..b4a0d133d8848a58da5c8ff05fa93c5d303a1437 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
|
| @@ -16,7 +16,7 @@ function unload()
|
| function load()
|
| {
|
| window.onunload = unload;
|
| - location = "data:text/html,You should have seen an unload alert appear.<script>if (window.testRunner) testRunner.notifyDone(); </" + "script>";
|
| + location = "resources/onunload-single-alert-success.html";
|
| }
|
|
|
| </script>
|
|
|