Open
Bug 1475131
Opened 7 years ago
Updated 2 years ago
[wpt-sync] Sync PR 11931 - Non protocol specific part of pointer actions in testdriver
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11931 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11931
Details from upstream follow.
Jonathon Kereliuk <kereliuk@chromium.org> wrote:
> Non protocol specific part of pointer actions in testdriver
>
> This PR adds a `pointer_action_sequence` method to testdriver aimed to automate pointerevent tests and more. It contains the basic non-protocol specific code and allows for vendors to add their own routines in their own tests. It does **not** contain protocol specific implementations. This will be in a follow up CL.
>
> Please check the docs and function parameters of the API surface. I think a lot of the checking and logic should be left to the protocol specific executors.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•