diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 20:41:48 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-20 20:41:48 +0200 |
commit | 9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd (patch) | |
tree | 23957cda1125401b016bf11de7bd68e13f391b2f /dom | |
parent | e43cde864f88cf264dae56ee6201a84091fec5b4 (diff) | |
download | UXP-9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd.tar UXP-9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd.tar.gz UXP-9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd.tar.lz UXP-9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd.tar.xz UXP-9b1ba6833410c0b17e885b4bc2b7bff6cf86d5cd.zip |
Bug 1302297 - Part 4: Remove every button and buttons used in testcases (partially)
native in moebius
Diffstat (limited to 'dom')
-rw-r--r-- | dom/events/test/pointerevents/test_pointerevent_capture_suppressing_mouse-manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/events/test/pointerevents/test_pointerevent_capture_suppressing_mouse-manual.html b/dom/events/test/pointerevents/test_pointerevent_capture_suppressing_mouse-manual.html index dc3903592..5eb631f6a 100644 --- a/dom/events/test/pointerevents/test_pointerevent_capture_suppressing_mouse-manual.html +++ b/dom/events/test/pointerevents/test_pointerevent_capture_suppressing_mouse-manual.html @@ -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"); |