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

Unified Diff: content/test/data/site_per_process_main.html

Issue 11416121: Prevent cross-site pages when --site-per-process is passed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Comments Created 8 years 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_per_process_main.html
diff --git a/content/test/data/site_per_process_main.html b/content/test/data/site_per_process_main.html
new file mode 100644
index 0000000000000000000000000000000000000000..42f24952a9e7b1da13f807a8c3ae7063eeb382cc
--- /dev/null
+++ b/content/test/data/site_per_process_main.html
@@ -0,0 +1,7 @@
+<html>
+<title>site_per_process_main</title>
+<head></head>
+ <body>
+ <iframe id="test"></iframe>
+ </body>
+</html>
« content/browser/site_per_process_browsertest.cc ('K') | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698