| 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>
|
|
|