Skip to content
Snippets Groups Projects
Commit 2781564e authored by Markus Stange's avatar Markus Stange
Browse files

Bug 1704569 - Don't synthesize events on menus in...

Bug 1704569 - Don't synthesize events on menus in dom/html/test/browser_content_contextmenu_userinput.js. r=saschanaz

Differential Revision: https://phabricator.services.mozilla.com/D111774
parent 11dec960
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ add_task(async function() {
});
}
);
EventUtils.synthesizeMouseAtCenter(testMenuItem, {}, window);
contextMenu.activateItem(testMenuItem);
await promiseCtxMenuClick;
}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment