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

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

Issue 10831056: Port the render_view_host_manager_browsertest.cc to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 5 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
===================================================================
--- chrome/test/data/navigate_opener.html (revision 148713)
+++ chrome/test/data/navigate_opener.html (working copy)
@@ -1,12 +0,0 @@
-<html>
-
- <head><title>Navigate opener</title>
- <script>
- function navigateOpener() {
- window.opener.location.href = "title2.html";
- return true;
- }
- </script>
- </head>
-
-</html>

Powered by Google App Engine
This is Rietveld 408576698