Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: LayoutTests/http/tests/misc/detach-during-notifyDone.html

Issue 317513002: Add a RefPtr<Frame> for child in FrameLoader::checkLoadCompleteForThisFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: +test Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/detach-during-notifyDone-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/http/tests/misc/detach-during-notifyDone-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698