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

Side by Side Diff: content/test/data/site_isolation/frames-A-B_0_B-B.html

Issue 23841002: Create a new RenderFrameHost per child frame when --site-per-process is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unittests. Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
Charlie Reis 2013/09/27 19:19:21 Let's not add this yet.
awong 2013/09/27 20:50:09 Done.
2 <body>
3 <iframe id="frame-1" src="blank.html"></iframe>
4 <iframe id="frame-2"></iframe>
5 <script>
6 (function() {
7 var site_b_base = 'http://B.com:' + document.location.port;
8 document.getElementById('frame-2').src =
9 site_b_base + '/files/site_isolation/frames-X-X.html';
10 })();
11 </script>
12 </body>
13 </html>
14
15
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698