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

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 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
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698