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

Side by Side 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: sync @tott Created 5 years, 10 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 without src. 5 This page has two iframes: one is cross-site, the other is same-site.
6 <iframe></iframe> 6 <iframe src="/cross-site/bar.com/title1.html"></iframe>
7 <iframe></iframe> 7 <iframe src="../title1.html"></iframe>
8 </body> 8 </body>
9 </html> 9 </html>
10 10
OLDNEW
« no previous file with comments | « content/test/data/frame_tree/page_with_one_frame.html ('k') | content/test/data/frame_tree/page_with_two_frames_nested.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698