Open Bug 1799957 Opened 2 years ago Updated 2 years ago

test_driver's pointerMove with type "touch" does not cause scrolling and pointercancel

Categories

(Remote Protocol :: Marionette, defect, P3)

Default
defect

Tracking

(Not tracked)

People

(Reporter: saschanaz, Unassigned)

References

(Depends on 1 open bug)

Details

This causes failure in https://searchfox.org/mozilla-central/rev/99f83e78415867726a5076a525e4a60840f3be33/testing/web-platform/meta/pointerevents/pointerevent_pointercancel_touch.html.ini#4

The error there is only about the order, but pointercancel doesn't happen at all, which you can confirm by adding the following:

                on_event(target0, "pointerup", function (event) {
                    test_pointerEvent.step(function () {
                        // Never happens after pointercancel!
                        assert_unreached("No pointerup should happen");
                    });
                });

Hi James, is this something you can take a look?

Flags: needinfo?(james)

This might be a consequence of bug 1773393 ?

Flags: needinfo?(james)
Severity: -- → S3
Priority: -- → P3
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.