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 bed24248e920fc2fd776292a01a0feb4275125f2..683cbad02aba4323a496f3e1d8bf0d82edbfd191 100644 |
--- a/content/test/data/click-noreferrer-links.html |
+++ b/content/test/data/click-noreferrer-links.html |
@@ -113,6 +113,11 @@ |
function getLastOpenedWindowLocation() { |
return last_opened_window.location.href; |
} |
+ |
+ function openWindowWithTargetAndFeatures(path, target, features) { |
+ var w = window.open(path, target, features); |
+ return w !== undefined; |
+ } |
</script> |
</head> |