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

Unified Diff: third_party/WebKit/Source/web/tests/data/parent_detaching_frame.html

Issue 2428803002: Don't send loading completion callbacks for detaching frames. (Closed)
Patch Set: Remove stray include Created 4 years, 1 month 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
Index: third_party/WebKit/Source/web/tests/data/parent_detaching_frame.html
diff --git a/third_party/WebKit/Source/web/tests/data/parent_detaching_frame.html b/third_party/WebKit/Source/web/tests/data/parent_detaching_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..8dbb3de421cfea7fabd09fff1057986ab1773b85
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/parent_detaching_frame.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<script>
+parent.frameElement.parentNode.removeChild(parent.frameElement);
+</script>
+<body>
+ <p>A frame that remove its parent's frameElement from the DOM during load.
+</body>
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frame_with_frame.html ('k') | third_party/WebKit/public/web/WebLocalFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698