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

Side by Side Diff: content/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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 2
3 <head><title>Navigate opener</title> 3 <head><title>Navigate opener</title>
4 <script> 4 <script>
5 function navigateOpener() { 5 function navigateOpener() {
6 window.opener.location.href = "title2.html"; 6 window.opener.location.href = "title2.html";
7 return true; 7 return true;
8 } 8 }
9 </script> 9 </script>
10 </head> 10 </head>
11 11
12 </html> 12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698