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

Unified Diff: content/test/data/frame_tree/page_with_two_frames.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: Cleaned up test files to load the tree structure directly from html 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.html
diff --git a/content/test/data/frame_tree/page_with_two_frames.html b/content/test/data/frame_tree/page_with_two_frames.html
index a4bd921dd22e4d8513bc388ff9b88bb623c21b64..3313ce4757fbfa6ddff0b587b3c44d87f4362053 100644
--- a/content/test/data/frame_tree/page_with_two_frames.html
+++ b/content/test/data/frame_tree/page_with_two_frames.html
@@ -2,9 +2,9 @@
<head>
</head>
<body>
- This page has two iframes without src.
- <iframe></iframe>
- <iframe></iframe>
+ This page has two iframes: one is cross-site, the other is same-site.
+ <iframe src="/cross-site/bar.com/title1.html"></iframe>
+ <iframe src="../title1.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698