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

Unified Diff: content/test/data/frame_tree/2-4.html

Issue 10827078: Support frame tree propagation between renderers in the same browsing instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another round of fixes based on Charlie's review. Created 8 years, 4 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: content/test/data/frame_tree/2-4.html
diff --git a/content/test/data/frame_tree/2-4.html b/content/test/data/frame_tree/2-4.html
new file mode 100644
index 0000000000000000000000000000000000000000..3bdea4bb069a707b1706c3b4ca710f0ddcfeb39f
--- /dev/null
+++ b/content/test/data/frame_tree/2-4.html
@@ -0,0 +1,12 @@
+<html>
+<head>
+</head>
+<body>
+
+Frame 2-4.
+<br>
+
+<iframe src="3-1.html"></iframe>
+
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698