Closed
Bug 1686722
Opened 5 years ago
Closed 5 years ago
Restructure the pointerevent mochitest which are created for running wpt
Categories
(Core :: DOM: UI Events & Focus Handling, task, P2)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Currently, under dom/event/test/pointerevents/, we put the normal mochitest, mochitest-wpt and wpt resources in the same folder, which is a bit hard to review the status of mochitest-wpt.
I would like to restructure this a bit to try to make it clearer, my idea is
- move the resource used for mochitest-wpt to dom/event/test/pointerevents/wpt/
- rename the mochitest-wpt to test_wpt_*
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D101819
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5674ad81ff0d
Part 1: Rename mochitest tests that run wpt to test_wpt_*; r=masayuki
https://hg.mozilla.org/integration/autoland/rev/f57b0da990b0
Part 2: Move wpt resources to wpt/; r=masayuki
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5674ad81ff0d
https://hg.mozilla.org/mozilla-central/rev/f57b0da990b0
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•