uievents: All Results

Test files: 35; Total subtests: 53

Test Files

  1. /uievents/click/auxclick_event.html
  2. /uievents/click/click_event_target_child_parent.html
  3. /uievents/click/click_event_target_siblings.html
  4. /uievents/click/click_events_on_input.html
  5. /uievents/click/dblclick_event_mouse.html
  6. /uievents/constructors/inputevent-constructor.html
  7. /uievents/historical.html
  8. /uievents/interface/keyboard-accesskey-click-event.html
  9. /uievents/interface/keyboard-click-event.html
  10. /uievents/keyboard/modifier-keys-combinations.html
  11. /uievents/keyboard/modifier-keys.html
  12. /uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html
  13. /uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html
  14. /uievents/legacy-domevents-tests/approved/domnodeinserted.html
  15. /uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.html
  16. /uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.html
  17. /uievents/legacy/Event-subclasses-init.html
  18. /uievents/mouse/layout_change_should_fire_mouseover.html
  19. /uievents/mouse/mouse_buttons_back_forward.html
  20. /uievents/mouse/mouseevent_move_button.html
  21. /uievents/mouse/mousemove_prevent_default_action.tentative.html
  22. /uievents/order-of-events/focus-events/focus-automated-blink-webkit.html
  23. /uievents/order-of-events/focus-events/focus-contained.html
  24. /uievents/order-of-events/focus-events/focus-management-expectations.html
  25. /uievents/order-of-events/focus-events/focus.html
  26. /uievents/order-of-events/mouse-events/click-cancel.html
  27. /uievents/order-of-events/mouse-events/click-on-body.html
  28. /uievents/order-of-events/mouse-events/click-on-div.html
  29. /uievents/order-of-events/mouse-events/click-on-html.html
  30. /uievents/order-of-events/mouse-events/click-order.html
  31. /uievents/order-of-events/mouse-events/mousemove-across.html
  32. /uievents/order-of-events/mouse-events/mousemove-between.html
  33. /uievents/order-of-events/mouse-events/mouseover-out.html
  34. /uievents/order-of-events/mouse-events/wheel-basic.html
  35. /uievents/order-of-events/mouse-events/wheel-scrolling.html
Test Show/Hide MessagesFF71
/uievents/click/auxclick_event.htmlERROR
auxclick event sequence received.NOTRUN
/uievents/click/click_event_target_child_parent.htmlERROR
Click targets the nearest common ancestorNOTRUN
/uievents/click/click_event_target_siblings.htmlERROR
Click targets the nearest common ancestorNOTRUN
/uievents/click/click_events_on_input.htmlERROR
Test click and auxclick on input elementNOTRUN
/uievents/click/dblclick_event_mouse.htmlERROR
dblclick event for the mouse pointer typeTIMEOUT
FF71: Test timed out
/uievents/constructors/inputevent-constructor.htmlOK
InputEvent constructor without InputEventInit.PASS
InputEvent construtor with InputEventInit where data is empty stringPASS
InputEvent construtor with InputEventInit where data is non empty stringPASS
InputEvent construtor with InputEventInit where data is nullPASS
/uievents/historical.htmlTIMEOUT
undefinedTIMEOUT
/uievents/interface/keyboard-accesskey-click-event.htmlERROR
Test that the Keyboard generated click does not fire pointer or mouse events for buttonTIMEOUT
FF71: Test timed out
Test that the Keyboard generated click does not fire pointer or mouse events for inputbuttonNOTRUN
Test that the Keyboard generated click does not fire pointer or mouse events for labelNOTRUN
/uievents/interface/keyboard-click-event.htmlTIMEOUT
Test that the Keyboard generated click does not fire pointer or mouse events for button when pressing enter keyNOTRUN
Test that the Keyboard generated click does not fire pointer or mouse events for button when pressing space keyTIMEOUT
FF71: Test timed out
Test that the Keyboard generated click does not fire pointer or mouse events for inputbutton when pressing enter keyNOTRUN
Test that the Keyboard generated click does not fire pointer or mouse events for inputbutton when pressing space keyNOTRUN
/uievents/keyboard/modifier-keys-combinations.htmlTIMEOUT
Check sending "Alt + y" key combinationNOTRUN
Check sending "Control + y" key combinationNOTRUN
Check sending "Meta + y" key combinationNOTRUN
Check sending "Shift + y" key combinationTIMEOUT
FF71: Test timed out
/uievents/keyboard/modifier-keys.htmlTIMEOUT
Check sending Alt keyNOTRUN
Check sending Control keyNOTRUN
Check sending Meta keyNOTRUN
Check sending Shift keyTIMEOUT
FF71: Test timed out
/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.htmlOK
Test Description: DOMCharacterDataModified event fires after ProcessingInstruction.data have been modified, but the node itself has not been inserted or deleted. The proximal event target of this event shall be the ProcessingInstruction node.PASS
/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.htmlOK
Checkbox state is unchanged before the synthetic click event is dispatchedPASS
Test Description: MouseEvent: Default action is performed when a synthetic click event is dispatched on a checkbox elementPASS
/uievents/legacy-domevents-tests/approved/domnodeinserted.htmlOK
Test Description: DOMNodeInserted event fires when a node has been added as a child of another node.PASS
/uievents/legacy-domevents-tests/approved/stopImmediatePropagation.effect.htmlOK
Test Description: stopImmediatePropagation() prevents other event listeners from being triggered and, unlike Event.stopPropagation(), its effect must be immediate. Once it has been called, further calls to this method have no additional effect.PASS
/uievents/legacy-domevents-tests/approved/stopPropagation.deferred.effect.htmlOK
Test Description: stopPropagation() prevents other event listeners from being triggered but its effect must be deferred until all event listeners attached on the Event.currentTarget have been triggered.PASS
/uievents/legacy/Event-subclasses-init.htmlOK
Call initCompositionEvent without parametersPASS
Call initKeyboardEvent without parametersPASS
Call initMouseEvent without parametersPASS
Call initUIEvent without parametersPASS
/uievents/mouse/layout_change_should_fire_mouseover.htmlERROR
Tests that the mouseover event is fired and the element has a hover effect when the element underneath the mouse cursor is changed.NOTRUN
/uievents/mouse/mouse_buttons_back_forward.htmlERROR
Tests that the mouseup is preventable.NOTRUN
/uievents/mouse/mouseevent_move_button.htmlTIMEOUT
undefinedTIMEOUT
/uievents/mouse/mousemove_prevent_default_action.tentative.htmlOK
mousemove event: preventDefault()FAIL
FF71: Unhandled rejection: unimplemented
/uievents/order-of-events/focus-events/focus-automated-blink-webkit.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/focus-events/focus-contained.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/focus-events/focus-management-expectations.htmlERROR
Keydown to focus should not trigger activationTIMEOUT
FF71: Test timed out
/uievents/order-of-events/focus-events/focus.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/click-cancel.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/click-on-body.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/click-on-div.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/click-on-html.htmlOK
Clicking on the html element itself should fire a click event targeted at the html elementFAIL
FF71: promise_test: Unhandled rejection with value: object "Error: unimplemented"
/uievents/order-of-events/mouse-events/click-order.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/mousemove-across.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/mousemove-between.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/mouseover-out.htmlERROR
Mouseover/out eventsNOTRUN
/uievents/order-of-events/mouse-events/wheel-basic.htmlTIMEOUT
undefinedTIMEOUT
/uievents/order-of-events/mouse-events/wheel-scrolling.htmlTIMEOUT
undefinedTIMEOUT