4 <title>Popup Blocked Simulated Click on Anchor
</title>
6 console
.log("navigate");
8 document
.querySelector("a").focus();
12 <body onload=
"test()">
13 If the click is simulated by the Ctrl+Enter/Cmd+Enter Keys then there will be an pass message displayed in a new tab on the background. Otherwise, the test fails.
14 <a href=
"data:text/html,<title>PASS</title>you should see this message when pressing the Ctrl+Enter/Cmd+Enter Keys"></a>