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

Side by Side Diff: chrome/test/data/popup_blocker/popup-framename.html

Issue 2206963002: Plumb the frame name through the popup blocker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title> 3 <title>
4 Check that the window.opener is not set when opening a blocked popup 4 Check that the frame name is correctly set when opening a blocked popup
5 </title> 5 </title>
6 <script> 6 <script>
7 function test() { 7 function test() {
8 window.open("check-opener.html"); 8 window.open("check-framename.html", "fancyname");
9 } 9 }
10 </script> 10 </script>
11 </head> 11 </head>
12 <body onload="test()"> 12 <body onload="test()">
13 pop-up test page 13 pop-up test page
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/popup_blocker/check-framename.html ('k') | chromecast/browser/cast_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698