| Index: third_party/WebKit/LayoutTests/fast/events/before-unload-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/before-unload-crash.html b/third_party/WebKit/LayoutTests/fast/events/before-unload-crash.html
|
| index d9a47930b3189dd2b2125aeb9e0351176e5b945b..f2dece62bc035948c40c2afcbca1f6cc5eda2407 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/before-unload-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/before-unload-crash.html
|
| @@ -1,8 +1,11 @@
|
| <script src="../../resources/js-test.js"></script>
|
| <script>
|
| +var jsTestIsAsync = true;
|
| +
|
| function test(iframe) {
|
| iframe.contentWindow.location.href = "resources/does-not-exist.html";
|
| testPassed('if no crash');
|
| + finishJSTest();
|
| }
|
| </script>
|
| <iframe id=testIframe onload="test(this)"></iframe>
|
|
|