Closed
Bug 1299202
Opened 8 years ago
Closed 8 years ago
[Pointer Events] Make sure only `mousemove`, `mousedown`, `mouseup` and `mousecancel` used in testcases
Categories
(Core :: DOM: Events, defect, P2)
Core
DOM: Events
Tracking
()
RESOLVED
DUPLICATE
of bug 1285804
People
(Reporter: bhsu, Assigned: bhsu)
References
Details
Now Pointer Events web-platformt-tests are wrapped into Mochitests, and thus there are two major parts for each Mochitest - the testcase itself and the platform message sequence to drive the testcase. I think it's a perfect time to conform the draft of WebDriver. By doing this, we can improve the sanity of the testcases and lower the difficulty of future migration to WebDriver once it's ready. Besides, with this, it would be more likely to share the platform sequences among other Pointer Event Implementations.
Comment 1•8 years ago
|
||
Hi Ben, if I understand your plan correctly, this is something we aim at by the end of this quarter. So, I mark it as P2, i.e. in the next release/few months. Let me know if I misunderstand the plan. Thanks!
Priority: -- → P2
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bhsu
Assignee | ||
Comment 2•8 years ago
|
||
After fixing test_pointerevent_pointerleave_pen-manual.html and test_pointerevent_pointerout_pen-manual.html, only `mousemove`, `mousedown`, `mouseup` and `mousecancel` are used in our testcases. Hooray!
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•