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

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

Issue 1098763003: Send origin updates to frame proxies when a frame navigates to new origin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows builds (add missing base:: to UTF16toASCII) Created 5 years, 8 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
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3313ce4757fbfa6ddff0b587b3c44d87f4362053..c6323ad33463fec8adc5ac32352d500cda2d616c 100644
--- a/content/test/data/frame_tree/page_with_two_frames.html
+++ b/content/test/data/frame_tree/page_with_two_frames.html
@@ -3,8 +3,8 @@
</head>
<body>
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>
+ <iframe name="frame1" src="/cross-site/bar.com/title1.html"></iframe>
+ <iframe name="frame2" src="../title1.html"></iframe>
</body>
</html>
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698