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

Side by Side 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: 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 This page has two iframes: one is cross-site, the other is same-site. 5 This page has two iframes: one is cross-site, the other is same-site.
6 <iframe src="/cross-site/bar.com/title1.html"></iframe> 6 <iframe name="frame1" src="/cross-site/bar.com/title1.html"></iframe>
7 <iframe src="../title1.html"></iframe> 7 <iframe name="frame2" src="../title1.html"></iframe>
8 </body> 8 </body>
9 </html> 9 </html>
10 10
OLDNEW
« content/browser/site_per_process_browsertest.cc ('K') | « content/renderer/render_frame_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698