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

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: Put a real document in subframe. 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
« Source/web/WebFrame.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« Source/web/WebFrame.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698