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

Unified Diff: chrome/test/data/navigate_opener.html

Issue 9706047: Allow targeted links to work on tabs that have swapped out processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO Created 8 years, 9 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: chrome/test/data/navigate_opener.html
diff --git a/chrome/test/data/navigate_opener.html b/chrome/test/data/navigate_opener.html
new file mode 100644
index 0000000000000000000000000000000000000000..ce1b766e44ddc762aacddfe021f6cc14c0b933c2
--- /dev/null
+++ b/chrome/test/data/navigate_opener.html
@@ -0,0 +1,12 @@
+<html>
+
+ <head><title>Navigate opener</title>
+ <script>
+ function navigateOpener() {
+ window.opener.location.href = "title2.html";
+ return true;
+ }
+ </script>
+ </head>
+
+</html>
« no previous file with comments | « chrome/test/data/click-noreferrer-links.html ('k') | content/browser/renderer_host/render_view_host_manager_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698