Closed
Bug 1296185
Opened 9 years ago
Closed 9 years ago
[Pointer Event] Import new web-platform-tests to pointer events mochitest
Categories
(Core :: DOM: Events, defect)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: stone, Assigned: stone)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 4 obsolete files)
53.68 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
24.93 KB,
patch
|
stone
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•9 years ago
|
Summary: [Pointer Event] Add new web-platform-tests to mochitest → [Pointer Event] Add new web-platform-tests to pointer events mochitest
Assignee | ||
Comment 1•9 years ago
|
||
Added
pointerevent_attributes_mouse-manual.html
pointerevent_multiple_primary_pointers_boundary_events-manual.html
pointerevent_pointerId_scope-manual.html
pointerevent_pointermove-on-chorded-mouse-button.html
pointerevent_suppress_compat_events_on_click.html
pointerevent_suppress_compat_events_on_drag_mouse.html
Removed
pointerevent_button_attribute_mouse-manual.html
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → sshih
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8782322 -
Flags: feedback?(btseng)
Assignee | ||
Comment 3•9 years ago
|
||
Note. This is only import and wrap wpt tests as mochitests. I will submit another bugs to track the disabled test cases.
Comment 4•9 years ago
|
||
Comment on attachment 8782322 [details] [diff] [review]
[Pointer Event] Add new web-platform-tests to pointer events mochitest
Review of attachment 8782322 [details] [diff] [review]:
-----------------------------------------------------------------
Please update the description and the bug title from "Add" to "Import" since this are just regular/periodic import of wpt to mochitest for pointer events.
Attachment #8782322 -
Flags: feedback?(btseng) → feedback+
Comment 5•9 years ago
|
||
> Please update the description
^ patch
Assignee | ||
Updated•9 years ago
|
Summary: [Pointer Event] Add new web-platform-tests to pointer events mochitest → [Pointer Event] Import new web-platform-tests to pointer events mochitest
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8782322 -
Attachment is obsolete: true
Attachment #8782384 -
Flags: feedback+
Assignee | ||
Updated•9 years ago
|
Attachment #8782384 -
Flags: review?(bugs)
Assignee | ||
Updated•9 years ago
|
Attachment #8782384 -
Flags: review?(bugs)
Assignee | ||
Comment 7•9 years ago
|
||
Updated modified test cases in part2. Some test cases are disabled because the modified tests are failed on current implementation. Will submit other bugs to track and fix them.
test_pointerevent_setpointercapture_inactive_button_mouse-manual.html
Current mochitest wrapper sends events to target1 while the test case removes div id="target1" and causes failure.
test_pointerevent_pointerup-manual.html
Updated helper js script adds checking of event.details and causes failure of this test.
test_pointerevent_pointerdown-manual.html
Updated helper js script adds checking of event.details and causes failure of this test.
test_pointerevent_constructor.html
Updated test adds checking of event.width = 1 and cause test failed
Updated test adds checking of event.height = 1 and cause test failed
Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8782384 -
Attachment is obsolete: true
Assignee | ||
Comment 9•9 years ago
|
||
Assignee | ||
Comment 10•9 years ago
|
||
Updated the original v2 patch's summary as part1. Added part2 patch.
Assignee | ||
Updated•9 years ago
|
Attachment #8782819 -
Flags: feedback?(btseng)
Assignee | ||
Updated•9 years ago
|
Attachment #8782817 -
Flags: feedback+
Updated•9 years ago
|
Attachment #8782819 -
Flags: feedback?(btseng) → feedback+
Assignee | ||
Updated•9 years ago
|
Attachment #8782817 -
Flags: review?(bugs)
Assignee | ||
Updated•9 years ago
|
Attachment #8782819 -
Flags: review?(bugs)
Comment 11•9 years ago
|
||
Comment on attachment 8782817 [details] [diff] [review]
Part1: Import new web-platform-tests to pointer events mochitest. (V3)
rs+
Attachment #8782817 -
Flags: review?(bugs) → review+
Comment 12•9 years ago
|
||
Comment on attachment 8782819 [details] [diff] [review]
Part2: Update modified test cases (V3)
rs+ (rubberstamp) to this one too
Attachment #8782819 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 13•9 years ago
|
||
Updated the patch summary.
Attachment #8782817 -
Attachment is obsolete: true
Attachment #8783369 -
Flags: review+
Assignee | ||
Comment 14•9 years ago
|
||
Updated the patch summary.
Attachment #8782819 -
Attachment is obsolete: true
Attachment #8783370 -
Flags: review+
Assignee | ||
Comment 15•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 16•9 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c09313cf63cf
Part 1: [Pointer Event] Import new web-platform-tests to pointer events mochitest. r=smaug
https://hg.mozilla.org/integration/mozilla-inbound/rev/5a2b51434497
Part 2: Update modified test cases. r=smaug
Keywords: checkin-needed
Comment 17•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c09313cf63cf
https://hg.mozilla.org/mozilla-central/rev/5a2b51434497
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•