gecko-dev/dom/events/test
Edgar Chen fc18b387ed Bug 1640353 - Synthesize a mousemove event from test script to generate mouseenter/mouseleave event explicitly; r=smaug
The test relied on synthesized mousemove event from refresh driver to generate
corresponding mouseenter/mouseleave event, but it would have possible racing
given that we don't know when the mousemove would be synthesized, especially
in opt build. So synthesize mousemove event from test script explicitly.

Differential Revision: https://phabricator.services.mozilla.com/D77935
2020-06-03 10:02:17 +00:00
..
pointerevents Backed out 2 changesets (bug 1625500) for multiple failures on a CLOSED TREE 2020-04-17 15:36:05 +03:00
.eslintrc.js Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
browser.ini Bug 1638806 - Do not update sLastMouseRemoteTarget for eMouseExitFromWidget event; r=smaug 2020-05-22 20:12:25 +00:00
browser_beforeinput_by_execCommand_in_contentscript.js Bug 1618091 - Make editor dispatch `beforeinput` event when `Document.execCommand()` is called by addon r=smaug 2020-03-30 01:47:53 +00:00
browser_bug1539497.js Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato 2019-12-13 20:36:16 +00:00
browser_mouse_enterleave_switch_tab.js Bug 1640353 - Synthesize a mousemove event from test script to generate mouseenter/mouseleave event explicitly; r=smaug 2020-06-03 10:02:17 +00:00
browser_shortcutkey_modifier_conflicts_with_content_accesskey_modifier.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
bug226361_iframe.xhtml
bug299673.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
bug322588-popup.html
bug415498-doc1.html
bug415498-doc2.html
bug418986-3.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
bug426082.html Bug 1639057 - Simplify Bug 426082.html to not depend on paint events. r=mstange 2020-05-23 17:26:56 +00:00
bug545268.html
bug574663.html
bug591249_iframe.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
bug602962.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
bug607464.html
bug656379-1.html Bug 1544834 - Replace deprecated generics in test code r=evilpie 2019-04-17 19:03:19 +00:00
bug1017086_inner.html
chrome.ini Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
empty.js
error_event_worker.js Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
event_leak_utils.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
file_beforeinput_by_execCommand_in_contentscript.html Bug 1618091 - Make editor dispatch `beforeinput` event when `Document.execCommand()` is called by addon r=smaug 2020-03-30 01:47:53 +00:00
file_bug679494.html
file_bug1446834.html
file_bug1484371.html
file_coalesce_touchmove.html Bug 1502529, compress touchmoves on IPC layer, r=masayuki 2020-03-11 00:31:31 +00:00
file_event_screenXY.html Bug 1550800 - Call BrowserParent::UpdateDimensions() in BrowserBridgeParent::RecvUpdateDimensions. r=nika,hsivonen 2020-02-13 22:30:56 +00:00
file_mouse_enterleave.html Bug 1607375 - Generate mouse exit event to old remote target when the mouse event is moving to another remote target; r=hsivonen,smaug 2020-05-11 22:39:18 +00:00
mochitest.ini Bug 1607375 - Generate mouse exit event to old remote target when the mouse event is moving to another remote target; r=hsivonen,smaug 2020-05-11 22:39:18 +00:00
test_DataTransferItemList.html Bug 1544051 - Part 3 - Scripted change to remove references to AddTask.js r=ahal 2019-04-18 16:51:01 +00:00
test_accel_virtual_modifier.html
test_addEventListenerExtraArg.html
test_all_synthetic_events.html Bug 1588715 - Implement SubmitEvent; r=smaug 2020-02-11 12:46:54 +00:00
test_bug226361.xhtml
test_bug238987.html
test_bug288392.html
test_bug299673-1.html
test_bug299673-2.html
test_bug322588.html
test_bug328885.html
test_bug336682.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
test_bug336682_1.html
test_bug336682_2.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug367781.html
test_bug379120.html
test_bug402089.html
test_bug405632.html
test_bug409604.html
test_bug412567.html
test_bug415498.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug418986-3.html
test_bug418986-3.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug422132.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_bug426082.html
test_bug427537.html
test_bug428988.html
test_bug432698.html
test_bug443985.html
test_bug447736.html
test_bug448602.html Bug 1550937. Stop using [array] in nsIEventListenerService. r=smaug 2019-05-11 08:28:29 +00:00
test_bug450876.html Bug 1582306 - Set tabfocus pref for test. r=masayuki 2019-09-19 21:20:32 +00:00
test_bug456273.html
test_bug457672.html
test_bug489671.html
test_bug493251.html
test_bug508479.html Bug 1603074 - part 1: Make `synthesizePlainDragAndDrop()` synthesize drag events without `DataTransfer` object r=smaug 2019-12-21 12:27:06 +00:00
test_bug517851.html
test_bug524674.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug534833.html
test_bug545268.html
test_bug547996-1.html
test_bug547996-2.xhtml
test_bug556493.html
test_bug563329.html Bug 1558485 - Turn on ESLint for all of dom/ disabling most of the failing rules. r=smaug 2019-06-13 20:21:46 +00:00
test_bug574663.html Bug 1523853 Part 3: Further relax the mousewheel test to not care about the ending scroll values. r=kats 2020-02-08 20:15:16 +00:00
test_bug586961.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug591249.xhtml Bug 1603074 - part 1: Make `synthesizePlainDragAndDrop()` synthesize drag events without `DataTransfer` object r=smaug 2019-12-21 12:27:06 +00:00
test_bug591815.html
test_bug593959.html Bug 1603074 - part 1: Make `synthesizePlainDragAndDrop()` synthesize drag events without `DataTransfer` object r=smaug 2019-12-21 12:27:06 +00:00
test_bug602962.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug603008.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_bug605242.html
test_bug607464.html
test_bug613634.html
test_bug615597.html
test_bug617528.xhtml Backed out 3 changesets (bug 1638153) for perma failures on cross-origin-objects.html. CLOSED TREE 2020-06-01 23:51:35 +03:00
test_bug624127.html
test_bug635465.html
test_bug641477.html
test_bug648573.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug650493.html
test_bug656379-1.html
test_bug656379-2.html Bug 1569512 - Make `PresShell` ignore synthesized `mousemove` events coming from another process if the child process stores mouse location of synthesized mouse events for tests r=smaug 2020-03-05 21:34:28 +00:00
test_bug656954.html
test_bug659071.html
test_bug659350.html
test_bug662678.html
test_bug667612.html
test_bug667919-1.html
test_bug679494.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_bug684208.html
test_bug687787.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug689564.html
test_bug698929.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug704423.html
test_bug741666.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_bug812744.html Bug 1586750, don't compile event handlers on unloaded windows r=peterv 2019-10-28 21:08:50 +00:00
test_bug822898.html Bug 1577746 - Automatically enable more ESLint rules for dom/. r=baku 2019-09-02 11:23:26 +00:00
test_bug855741.html
test_bug864040.html Bug 1573254: Part 2 - Update tests to await snapshotWindow when necessary. r=mccr8 2019-08-12 12:56:25 -07:00
test_bug924087.html
test_bug930374-chrome.html
test_bug930374-content.html
test_bug944011.html
test_bug944847.html
test_bug946632.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_bug967796.html
test_bug985988.html
test_bug998809.html
test_bug1003432.html
test_bug1003432.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
test_bug1013412.html
test_bug1017086_disable.html
test_bug1017086_enable.html
test_bug1037990.html
test_bug1079236.html
test_bug1127588.html
test_bug1128787-1.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug1128787-2.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug1128787-3.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug1145910.html
test_bug1150308.html
test_bug1248459.html
test_bug1264380.html Bug 1605918 - Get rid of synthesizeDragStart() in EventUtils.js r=smaug 2019-12-27 16:25:24 +00:00
test_bug1298970.html
test_bug1304044.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_bug1305458.html
test_bug1327798.html Bug 1557847. Stop using [array] in nsIClipboard. r=NeilDeakin 2019-06-09 01:06:39 +00:00
test_bug1332699.html Bug 1607918. Fix case handling for webkit-prefixed transition/animation event handlers. r=smaug. 2020-01-13 20:04:59 +00:00
test_bug1339758.html
test_bug1369072.html
test_bug1412775.xhtml Backed out 3 changesets (bug 1638153) for perma failures on cross-origin-objects.html. CLOSED TREE 2020-06-01 23:51:35 +03:00
test_bug1429572.html
test_bug1446834.html
test_bug1447993.html
test_bug1484371.html
test_bug1518442.html Bug 1580177 - Fix dom/events/test/test_bug1518442.html fail when Gecko merges to Beta; r=smaug,edgar 2019-09-11 14:23:56 +00:00
test_bug1534562.html
test_bug1539497.html Bug 1539497, navigator.maxTouchPoints returns 0 in child process, r=ehsan 2019-07-19 01:45:16 +03:00
test_bug1581192.html Bug 1581192 - `WidgetEvent::mFlags::mDispatchedAtLeastOnce` needs to be reset before dispatching in content process again r=smaug 2019-11-26 09:08:38 +00:00
test_click_on_reframed_generated_text.html
test_click_on_restyled_element.html
test_clickevent_on_input.html Bug 1379466 - Make editor listen for auxclick mouse events. r=smaug,masayuki 2019-04-18 12:57:36 +00:00
test_coalesce_touchmove.html Bug 1502529, compress touchmoves on IPC layer, r=masayuki 2020-03-11 00:31:31 +00:00
test_continuous_wheel_events.html Bug 1526725 - Make wheel events passive by default on Nightly. r=smaug 2019-12-11 22:15:15 +00:00
test_dblclick_explicit_original_target.html
test_deviceSensor.html
test_disabled_events.html
test_dnd_with_modifiers.html
test_dom_activate_event.html Bug 1558485 - Turn on ESLint for all of dom/ disabling most of the failing rules. r=smaug 2019-06-13 20:21:46 +00:00
test_dom_keyboard_event.html
test_dom_mouse_event.html
test_dom_storage_event.html
test_dom_wheel_event.html Bug 1526725 - Make wheel events passive by default on Nightly. r=smaug 2019-12-11 22:15:15 +00:00
test_draggableprop.html
test_dragstart.html Bug 1552814, make it possible to start dnd from dragable element even if DataTransfer is empty, r=NeilDeakin 2019-10-07 21:01:57 +00:00
test_error_events.html Bug 1561435 - Fix test failures for dom/, r=standard8 2019-06-24 04:55:14 +02:00
test_eventTimeStamp.html Bug 1575249 - Ride along: remove +x permissions on source files r=Ehsan 2019-08-21 09:57:03 +00:00
test_event_handler_cc.html Bug 1561887 part 2. Fix cycle-collection skipping of JSEventHandler to work correctly. r=smaug 2019-07-09 17:04:59 +00:00
test_event_screenXY_in_cross_origin_iframe.html Bug 1550800 - Call BrowserParent::UpdateDimensions() in BrowserBridgeParent::RecvUpdateDimensions. r=nika,hsivonen 2020-02-13 22:30:56 +00:00
test_eventctors.html Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
test_eventctors.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test_eventctors_sensors.html
test_eventhandler_scoping.html
test_focus_abspos.html
test_hover_mouseleave.html
test_legacy_event.html
test_legacy_non-primary_click.html Bug 1541557: Part 4 - Stop relying on synchronous preference getters/setters. r=nika 2019-06-13 09:34:39 -07:00
test_legacy_touch_api.html
test_marquee_events.html
test_messageEvent.html Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8 2019-06-12 08:29:58 +00:00
test_messageEvent_init.html
test_mouse_enterleave_iframe.html Bug 1637132 - Move mouse back to initial position after the tests; r=smaug 2020-05-12 10:42:04 +00:00
test_moz_mouse_pixel_scroll_event.html Bug 1526725 - Make wheel events passive by default on Nightly. r=smaug 2019-12-11 22:15:15 +00:00
test_offsetxy.html
test_onerror_handler_args.html
test_passive_listeners.html
test_paste_image.html Bug 1557847. Stop using [array] in nsIClipboard. r=NeilDeakin 2019-06-09 01:06:39 +00:00
test_slotted_mouse_event.html
test_slotted_text_click.html
test_text_event_in_content.html
test_unbound_before_in_active_chain.html
test_use_conflated_keypress_event_model_on_newer_Office_Online_Server.html Bug 1545410 - part 1: Forcibly disable new keyCode/charCode value of keypress events if the document is Office Online Server r=smaug 2019-05-23 22:00:58 +00:00
test_use_split_keypress_event_model_on_old_Confluence.html Bug 1602610 - Make `test_use_split_keypress_event_model_on_old_Office_Online_Servier.html` listen to `CheckKeyPressEventModel` event for avoiding intermittent failure r=smaug 2020-03-02 11:39:00 +00:00
test_use_split_keypress_event_model_on_old_Office_Online_Server.html Bug 1602610 - Make `test_use_split_keypress_event_model_on_old_Office_Online_Servier.html` listen to `CheckKeyPressEventModel` event for avoiding intermittent failure r=smaug 2020-03-02 11:39:00 +00:00
test_wheel_default_action.html
test_wheel_zoom_on_form_controls.html Bug 1516413 Part 3: Update a zoom test to wait on the outcome, not the trigger. r=smaug 2020-01-30 17:19:25 +00:00
window_bug493251.html
window_bug617528.xhtml Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
window_bug659071.html
window_bug1369072.html
window_bug1412775.xhtml Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
window_bug1429572.html Bug 1550092 part 1. Stop using [array] in sendTouchEvent/sendTouchEventToWindow. r=farre 2019-05-10 09:03:39 +00:00
window_bug1447993.html
window_wheel_default_action.html Bug 1633488 - Fire zoom change events directly in the parent process instead of roundabouting through the child process. r=nika 2020-04-30 01:21:20 +00:00