Test files: 35; Total subtests: 53
Test | FF71 |
---|---|
/uievents/click/auxclick_event.html | ERROR |
auxclick event sequence received. | NOTRUN |
/uievents/click/click_event_target_child_parent.html | ERROR |
Click targets the nearest common ancestor | NOTRUN |
/uievents/click/click_event_target_siblings.html | ERROR |
Click targets the nearest common ancestor | NOTRUN |
/uievents/click/click_events_on_input.html | ERROR |
Test click and auxclick on input element | NOTRUN |
/uievents/click/dblclick_event_mouse.html | ERROR |
dblclick event for the mouse pointer type | TIMEOUT |
/uievents/constructors/inputevent-constructor.html | OK |
InputEvent constructor without InputEventInit. | PASS |
InputEvent construtor with InputEventInit where data is empty string | PASS |
InputEvent construtor with InputEventInit where data is non empty string | PASS |
InputEvent construtor with InputEventInit where data is null | PASS |
/uievents/historical.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/interface/keyboard-accesskey-click-event.html | ERROR |
Test that the Keyboard generated click does not fire pointer or mouse events for button | TIMEOUT |
Test that the Keyboard generated click does not fire pointer or mouse events for inputbutton | NOTRUN |
Test that the Keyboard generated click does not fire pointer or mouse events for label | NOTRUN |
/uievents/interface/keyboard-click-event.html | TIMEOUT |
Test that the Keyboard generated click does not fire pointer or mouse events for button when pressing enter key | NOTRUN |
Test that the Keyboard generated click does not fire pointer or mouse events for button when pressing space key | TIMEOUT |
Test that the Keyboard generated click does not fire pointer or mouse events for inputbutton when pressing enter key | NOTRUN |
Test that the Keyboard generated click does not fire pointer or mouse events for inputbutton when pressing space key | NOTRUN |
/uievents/keyboard/modifier-keys-combinations.html | TIMEOUT |
Check sending "Alt + y" key combination | NOTRUN |
Check sending "Control + y" key combination | NOTRUN |
Check sending "Meta + y" key combination | NOTRUN |
Check sending "Shift + y" key combination | TIMEOUT |
/uievents/keyboard/modifier-keys.html | TIMEOUT |
Check sending Alt key | NOTRUN |
Check sending Control key | NOTRUN |
Check sending Meta key | NOTRUN |
Check sending Shift key | TIMEOUT |
/uievents/legacy-domevents-tests/approved/ProcessingInstruction.DOMCharacterDataModified.html | OK |
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.html | OK |
Checkbox state is unchanged before the synthetic click event is dispatched | PASS |
Test Description: MouseEvent: Default action is performed when a synthetic click event is dispatched on a checkbox element | PASS |
/uievents/legacy-domevents-tests/approved/domnodeinserted.html | OK |
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.html | OK |
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.html | OK |
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.html | OK |
Call initCompositionEvent without parameters | PASS |
Call initKeyboardEvent without parameters | PASS |
Call initMouseEvent without parameters | PASS |
Call initUIEvent without parameters | PASS |
/uievents/mouse/layout_change_should_fire_mouseover.html | ERROR |
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.html | ERROR |
Tests that the mouseup is preventable. | NOTRUN |
/uievents/mouse/mouseevent_move_button.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/mouse/mousemove_prevent_default_action.tentative.html | OK |
mousemove event: preventDefault() | FAIL |
/uievents/order-of-events/focus-events/focus-automated-blink-webkit.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/focus-events/focus-contained.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/focus-events/focus-management-expectations.html | ERROR |
Keydown to focus should not trigger activation | TIMEOUT |
/uievents/order-of-events/focus-events/focus.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/click-cancel.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/click-on-body.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/click-on-div.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/click-on-html.html | OK |
Clicking on the html element itself should fire a click event targeted at the html element | FAIL |
/uievents/order-of-events/mouse-events/click-order.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/mousemove-across.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/mousemove-between.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/mouseover-out.html | ERROR |
Mouseover/out events | NOTRUN |
/uievents/order-of-events/mouse-events/wheel-basic.html | TIMEOUT |
undefined | TIMEOUT |
/uievents/order-of-events/mouse-events/wheel-scrolling.html | TIMEOUT |
undefined | TIMEOUT |