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

Unified Diff: content/test/data/frame_tree/page_with_one_frame.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: sync @tott 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_one_frame.html
diff --git a/content/test/data/frame_tree/page_with_one_frame.html b/content/test/data/frame_tree/page_with_one_frame.html
index ecf5140fa9a9d8dfc37bc28f365a81d298f9e99c..0f121d9c67e2c9b5d29ccec7421c018d50e634fc 100644
--- a/content/test/data/frame_tree/page_with_one_frame.html
+++ b/content/test/data/frame_tree/page_with_one_frame.html
@@ -2,7 +2,7 @@
<html>
<head></head>
<body>
- This page has one iframe without src.
- <iframe></iframe>
+ This page has one cross-site iframe.
+ <iframe src="/cross-site/baz.com/title1.html"></iframe>
</body>
</html>
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/test/data/frame_tree/page_with_two_frames.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698