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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/popup_blocker/popup-framename.html
diff --git a/chrome/test/data/popup_blocker/popup-opener.html b/chrome/test/data/popup_blocker/popup-framename.html
similarity index 51%
copy from chrome/test/data/popup_blocker/popup-opener.html
copy to chrome/test/data/popup_blocker/popup-framename.html
index db9d0fa7a919ad196ca5e71a1a6efef055a13830..1830717f040a40350b4e0073e6aa16719c1b74e0 100644
--- a/chrome/test/data/popup_blocker/popup-opener.html
+++ b/chrome/test/data/popup_blocker/popup-framename.html
@@ -1,11 +1,11 @@
<html>
<head>
<title>
- Check that the window.opener is not set when opening a blocked popup
+ Check that the frame name is correctly set when opening a blocked popup
</title>
<script>
function test() {
- window.open("check-opener.html");
+ window.open("check-framename.html", "fancyname");
}
</script>
</head>
« 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