| Index: LayoutTests/http/tests/misc/detach-during-notifyDone.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-on-client-redirect.html b/LayoutTests/http/tests/misc/detach-during-notifyDone.html
|
| similarity index 50%
|
| copy from LayoutTests/http/tests/security/referrer-on-client-redirect.html
|
| copy to LayoutTests/http/tests/misc/detach-during-notifyDone.html
|
| index 8a7fdbf04ace48d9bc7456cd217fd031c44dba91..586a4387cddb6a470e7c8ea1a268fb9896432e73 100644
|
| --- a/LayoutTests/http/tests/security/referrer-on-client-redirect.html
|
| +++ b/LayoutTests/http/tests/misc/detach-during-notifyDone.html
|
| @@ -1,8 +1,8 @@
|
| -<!doctype html>
|
| +<iframe></iframe><iframe src=resources/detached-frame.html></iframe>
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
| -location = "https://127.0.0.1:8443/security/resources/referrer-on-client-redirect.html";
|
| </script>
|
| +We pass if we don't crash under ASAN
|
|
|