5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.dumpNavigationPolicy();
8 document
.querySelector("#link").focus();
9 eventSender
.keyDown("\n", ["ctrlKey", "metaKey"]);
13 <body onload=
"test()">
14 <p>Tests that hitting ctrl-enter on a link with target=_blank still opens it in the background
</p>
15 <a href=
"blank" id=
"link">link
</a>