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

Unified Diff: content/test/data/site_per_process_main.html

Issue 536143002: Do not create proxy hosts in the subtree of navigating frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust expectations in accessibility test. 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
Index: content/test/data/site_per_process_main.html
diff --git a/content/test/data/site_per_process_main.html b/content/test/data/site_per_process_main.html
index 42f24952a9e7b1da13f807a8c3ae7063eeb382cc..2c08dfed5fde4e2495e5f21896e5b09f8515af3f 100644
--- a/content/test/data/site_per_process_main.html
+++ b/content/test/data/site_per_process_main.html
@@ -3,5 +3,6 @@
<head></head>
<body>
<iframe id="test"></iframe>
+ <iframe id="child-2" src="/files/frame_tree/1-3.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698