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)
Tracking
(Not tracked)
NEW
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");
});
});
Reporter | ||
Comment 1•2 years ago
|
||
Hi James, is this something you can take a look?
Flags: needinfo?(james)
Reporter | ||
Updated•2 years ago
|
Depends on: parent-actions
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•