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

Side by Side Diff: content/test/data/frame_tree/page_with_two_frames_nested.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: Fix RenderFrameHostManagerTest.CleanUpSwappedOutRVHOnProcessCrash 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
(Empty)
1 <!DOCTYPE html>
2 <head>
3 </head>
4 <body>
5 This page has two iframes: one is cross-site, the other is same-site.
6 The cross-site frame also loads a cross-site page in it.
7 <iframe src="/cross-site/bar.com/frame_tree/page_with_one_frame.html"></iframe >
8 <iframe src="../title1.html"></iframe>
9 </body>
10 </html>
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698