4 <link rel=
"stylesheet" href=
"../../../js/resources/js-test-style.css">
5 <script src=
"../../../../resources/js-test.js"></script>
15 <iframe id=
"frame" src=
"resources/context-menu-on-two-finger-tap-iframe-inner.html"></iframe>
16 <p id=
"description"></p>
17 <div id=
"console"></div>
20 if (window
.testRunner
)
21 testRunner
.dumpAsText();
23 function recordContextMenu(event
)
25 debug("PASS contextmenu in iframe");
31 description('This test checks that the context menu is sent to the iframe on a two finger tap gesture.');
33 if (!window
.eventSender
|| !eventSender
.gestureTwoFingerTap
) {
34 debug("gestureTwoFingerTap not implemented by this platform");
38 eventSender
.gestureTwoFingerTap(100, 100);