Skip to content

Commit

Permalink
Bug 1882285 - Update some touch event related test manifests r=edgar,…
Browse files Browse the repository at this point in the history
…dom-core

The fix of bug 1880594 makes `nsIDOMWindowUtils::SendTouchEvent` start
dispatching compatibility mouse events as a default action of `touchend` even
without APZ.  Therefore, these tests start working.

Differential Revision: https://phabricator.services.mozilla.com/D202907
  • Loading branch information
masayuki-nakano committed Feb 28, 2024
1 parent a2ddae2 commit c5e0ded
Show file tree
Hide file tree
Showing 32 changed files with 42 additions and 142 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,3 @@

[Capturing boundary event handler at DIV]
expected: FAIL


[capturing_boundary_event_handler_at_ua_shadowdom.html?touch]
expected: TIMEOUT
[Capturing boundary event handler at DIV]
expected: TIMEOUT

[Capturing boundary event handler at VIDEO]
expected: NOTRUN

[Capturing boundary event handler at INPUT]
expected: NOTRUN
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[pointerevent_touch-action_two-finger_interaction.html]
expected: TIMEOUT
[touch two-finger pan on 'touch-action: pan-x pan-y']
expected: NOTRUN

[touch two-finger pan on 'touch-action: pinch-zoom']
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,15 @@


[pointerevent_after_target_appended.html?touch]
expected: TIMEOUT
prefs: [layout.reflow.synthMouseMove:true]
[pointer events from touch received before/after child attached at pointerdown]
expected: TIMEOUT
expected: FAIL

[pointer events from touch received before/after child attached at pointerup]
expected: NOTRUN
expected: FAIL

[pointer events from touch received before/after child moved at pointerdown]
expected: NOTRUN
expected: FAIL

[pointer events from touch received before/after child moved at pointerup]
expected: NOTRUN

[mouse events from touch received before/after child attached at mousedown]
expected: NOTRUN

[mouse events from touch received before/after child moved at mouseup]
expected: NOTRUN

[mouse events from touch received before/after child attached at mouseup]
expected: NOTRUN

[mouse events from touch received before/after child moved at mousedown]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@


[pointerevent_after_target_appended_interleaved.tentative.html?touch]
expected: TIMEOUT
[mouse events from touch received before/after child attached at pointerdown]
expected: TIMEOUT
expected: FAIL

[mouse events from touch received before/after child attached at pointerup]
expected: NOTRUN
expected: FAIL

[mouse events from touch received before/after child moved at pointerdown]
expected: NOTRUN
expected: FAIL

[mouse events from touch received before/after child moved at pointerup]
expected: NOTRUN
expected: FAIL


[pointerevent_after_target_appended_interleaved.tentative.html?pen]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
[pointerevent_after_target_removed.html]
[pointer events at parent after child is removed at pointerdown]
expected: FAIL

[mouse events at parent after child is removed at pointerdown]
expected: FAIL

[pointer events at parent after child is removed at pointerup]
expected: FAIL

[mouse events at parent after child is removed at pointerup]
expected: FAIL


[pointerevent_after_target_removed.html?pen]
[pointer events from pen received before/after child removal at pointerdown]
expected: FAIL
Expand Down Expand Up @@ -49,15 +35,9 @@


[pointerevent_after_target_removed.html?touch]
expected: TIMEOUT
prefs: [layout.reflow.synthMouseMove:true]
[pointer events from touch received before/after child removal at pointerdown]
expected: TIMEOUT
expected: FAIL

[pointer events from touch received before/after child removal at pointerup]
expected: NOTRUN

[mouse events from touch received before/after child removal at mousedown]
expected: NOTRUN

[mouse events from touch received before/after child removal at mouseup]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@


[pointerevent_after_target_removed_interleaved.tentative.html?touch]
expected: TIMEOUT
[mouse events from touch received before/after child removal at pointerdown]
expected: TIMEOUT
expected: FAIL

[mouse events from touch received before/after child removal at pointerup]
expected: NOTRUN
expected: FAIL


[pointerevent_after_target_removed_interleaved.tentative.html?pen]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@


[pointerevent_click_is_a_pointerevent.html?touch]
expected: TIMEOUT
expected:
if os == "mac": TIMEOUT
[click using touch is a PointerEvent with correct properties]
expected: TIMEOUT
expected: FAIL

[click using touch is a PointerEvent with correct properties when no other PointerEvent listeners are present]
expected: NOTRUN
expected: FAIL

[click using touch is a PointerEvent with correct properties in a subframe]
expected: NOTRUN
expected:
if os == "mac": TIMEOUT
FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@


[pointerevent_click_is_a_pointerevent_multiple_clicks.html?touch]
expected: TIMEOUT
[click using touch is a PointerEvent]
expected: TIMEOUT
expected: FAIL


[pointerevent_click_is_a_pointerevent_multiple_clicks.html?mouse]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@


[pointerevent_fractional_coordinates.html?touch]
expected: TIMEOUT
[touch pointerevent events in capturing]
expected: NOTRUN
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[touch]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_iframe-touch-action-none_touch.html]
expected: TIMEOUT
[touch iframe received pointercancel]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
[pointerevent_sequence_at_implicit_release_on_click.html?touch]
expected: TIMEOUT
[touch Event sequence at implicit release on click]
expected: NOTRUN


[pointerevent_sequence_at_implicit_release_on_click.html?pen]
expected: ERROR
[pen Event sequence at implicit release on click]
expected: NOTRUN


[pointerevent_sequence_at_implicit_release_on_click.html?mouse]
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_sequence_at_implicit_release_on_drag.html]
expected: TIMEOUT
[touch Event sequence at implicit release on drag]
expected: NOTRUN
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-inherit_child-pan-x-child-pan-x_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
[pointerevent_touch-action-inherit_parent-none_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: TIMEOUT
expected: ERROR

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-down-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-left-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-right-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-up-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-x-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-x-pan-y-pan-y_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-pan-y-css_touch.html]
expected: TIMEOUT
[touch-action attribute test]
expected: NOTRUN
expected: FAIL
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-action-span-none-test_touch.html]
expected: TIMEOUT
[touch-action attribute test in element]
expected: NOTRUN
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[pointerevent_touch-action-table-none-test_touch.html]
expected: TIMEOUT
[touch-action attribute test on the cell]
expected: NOTRUN
expected: FAIL

[touch-action attribute test on the row]
expected: NOTRUN
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[pointerevent_touch-adjustment_click_target.html]
expected: TIMEOUT
[Touch-generated events should have the same target]
expected: TIMEOUT
expected: FAIL
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@


[pointerup_after_pointerdown_target_removed.html?touch]
expected: TIMEOUT
[pointerup event from touch fired after pointerdown target is removed]
expected: TIMEOUT


[pointerup_after_pointerdown_target_removed.html?mouse]
expected: FAIL

This file was deleted.

0 comments on commit c5e0ded

Please sign in to comment.