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

Unified Diff: content/test/data/site_isolation/frames-X-X.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, 3 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
Index: content/test/data/site_isolation/frames-X-X.html
diff --git a/content/test/data/site_isolation/frames-X-X.html b/content/test/data/site_isolation/frames-X-X.html
new file mode 100644
index 0000000000000000000000000000000000000000..598e3f3dcf7ffd3819b4aa2d02b61a705e2ac232
--- /dev/null
+++ b/content/test/data/site_isolation/frames-X-X.html
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <iframe id="frame-1" src="blank.html"></iframe>
+ <iframe id="frame-2" src="blank.html"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698