4 if (window
.testRunner
) {
5 testRunner
.dumpAsText();
6 testRunner
.waitUntilDone();
11 var el
= document
.getElementById('cont');
13 el
.style
.display
= 'none';
14 window
.setTimeout(contextClick
, 0);
17 function contextClick()
19 if (window
.eventSender
)
20 eventSender
.keyDown("menu");
21 testRunner
.notifyDone();
25 <body onload=
"test()">
26 This tests that context menu key events are handled properly on elements that
28 <div id=
"cont" tabindex=
"0">element
<a href=
"#">link
</a></div>