Bug 1773264 - Ensure test uses same mouse input source for all actions, r=webdriver...
commit9250a03a454b5cd543db1b09674eb6800b83f737
authorJames Graham <james@hoppipolla.co.uk>
Mon, 13 Jun 2022 09:03:33 +0000 (13 09:03 +0000)
committerJames Graham <james@hoppipolla.co.uk>
Mon, 13 Jun 2022 09:03:33 +0000 (13 09:03 +0000)
treec2a83a1c65cfbb644f1122c7cb8d5749f5f86b1e
parent159ca0c579e84cf3afe586b123b1ee94153c44cf
Bug 1773264 - Ensure test uses same mouse input source for all actions, r=webdriver-reviewers,whimboo

By default we're creating a new pointer for each Action, and by the third one it's no longer
being treated as a mouse-type pointer, so we get the wrong events.

Differential Revision: https://phabricator.services.mozilla.com/D148912
testing/web-platform/tests/pointerevents/mouse-pointer-boundary-events-for-shadowdom.html