Bug 1302297 - Part 4: Remove every button and buttons used in testcases (partially)

native in moebius
This commit is contained in:
janekptacijarabaci 2018-04-20 20:41:48 +02:00 committed by Roy Tam
commit 10e5833dce

View file

@ -19,7 +19,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=1000870
function executeTest(int_win) {
sendMouseEvent(int_win, "target0", "mousemove");
sendMouseEvent(int_win, "target1", "mousemove");
sendMouseEvent(int_win, "btnCapture", "mousedown", {button:1});
sendMouseEvent(int_win, "btnCapture", "mousedown");
sendMouseEvent(int_win, "target1", "mousemove");
sendMouseEvent(int_win, "target0", "mousemove");
sendMouseEvent(int_win, "target1", "mousemove");