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

Unified Diff: Source/web/tests/data/subframe-b.html

Issue 544443002: Detach all subframes before swapping a frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove ASSERT in detachChildren, since FrameLoader::commitProvisionalLoad can hit it with ref count… Created 6 years, 3 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
Index: Source/web/tests/data/subframe-b.html
diff --git a/Source/web/tests/data/subframe-b.html b/Source/web/tests/data/subframe-b.html
index 9c3e3797eb1ea888c54d318b8e318f870117dc0d..b407f9e13f321fbcab408b35bd1aecd22dfe98b2 100644
--- a/Source/web/tests/data/subframe-b.html
+++ b/Source/web/tests/data/subframe-b.html
@@ -2,5 +2,6 @@
<html>
<body>
<p>b
+<iframe name="foo" src="subframe-a.html">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698