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

Unified Diff: content/test/data/click-noreferrer-links.html

Issue 2379313002: Fix 'noopener' targeting and return value. (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-different-frames.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/click-noreferrer-links.html
diff --git a/content/test/data/click-noreferrer-links.html b/content/test/data/click-noreferrer-links.html
index f8413d495637c39162a88039af938df7a17c855e..af4880ff163daf8df3b00086906242be7f079956 100644
--- a/content/test/data/click-noreferrer-links.html
+++ b/content/test/data/click-noreferrer-links.html
@@ -122,7 +122,7 @@
function openWindowWithTargetAndFeatures(path, target, features) {
var w = window.open(path, target, features);
- return w !== undefined;
+ return w !== null;
}
</script>
</head>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/events/popup-blocked-from-different-frames.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698