-
Notifications
You must be signed in to change notification settings - Fork 24
Add tests for TouchEvent and Touch constructors #27
Comments
We'll do this as part of implementing the constructors in blink. It should be easy - just create a new test similar to create-touch-touchlist but that uses the constructor syntax instead. |
Note (for public-touchevents) that a pull request is under review here. I'm not entirely sure of the process here, so please weigh in if you have advice. |
@RByers you mean how to get a w-p-t PR reviewed (and merged)? The formal-ish documentation appears to be in w-p-t's review-process document. In practice, it can help to ask for a review (especially if the commit is relatively small) in W3C's #testing IRC channel. (I think only a few people can merge w-p-t PRs.) |
@AFBarstow thanks! |
Thanks! I will land the blink code first so we can test it on Chrome build |
Fixed in web-platform-tests/wpt#2299 |
Thank you! |
With constructors in the spec (#10) we should add some test cases to web-platform-tests for them.
The text was updated successfully, but these errors were encountered: