4 <title>Popup Blocked Fake Click on Anchor
</title>
7 document
.querySelector("a").dispatchEvent(new MouseEvent("click", {ctrlKey
: true, metaKey
: true}));
11 <body onload=
"test()">
12 If the fake click was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes.
13 <a href=
"data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled"></a>