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

Unified Diff: content/test/data/frame_tree/page_with_two_frames_nested.html

Issue 782093002: Ensure that before creating proxy of site A, RVH of site A is initialized. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RenderFrameHostManagerTest.CleanUpSwappedOutRVHOnProcessCrash Created 5 years, 11 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/page_with_two_frames_nested.html
diff --git a/content/test/data/frame_tree/page_with_two_frames_nested.html b/content/test/data/frame_tree/page_with_two_frames_nested.html
new file mode 100644
index 0000000000000000000000000000000000000000..5b556c50853f604d697862ae31f53d229e158c26
--- /dev/null
+++ b/content/test/data/frame_tree/page_with_two_frames_nested.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+</head>
+<body>
+ This page has two iframes: one is cross-site, the other is same-site.
+ The cross-site frame also loads a cross-site page in it.
+ <iframe src="/cross-site/bar.com/frame_tree/page_with_one_frame.html"></iframe>
+ <iframe src="../title1.html"></iframe>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698