4 Check that the window.opener is not set if it should be suppressed.
8 document
.querySelector("a").dispatchEvent(new MouseEvent("click", {ctrlKey
: true, metaKey
: true}));
12 <body onload=
"test()">
14 <a href=
"check-openersuppressed.html" target=
"_blank" rel=
"noreferrer"></a>