Closed
Bug 1465551
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11252 - Add MouseEvent/MouseEventInit as untested DOM IDLs
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11252 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11252
Details from upstream follow.
Chris Nardi <christopherncarmel@hotmail.com> wrote:
> Add MouseEvent/MouseEventInit as untested DOM IDLs
>
> The DOM idlharness test would not run as `MouseEvent`/`MouseEventInit` were not declared within any IDL files parsed. Add these in as untested IDLs.
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 1977 subtests
OK : 1
PASS : 1951
FAIL : 26
New tests that have failures or other problems:
/dom/interfaces.html
AbstractRange interface object length: FAIL
AbstractRange interface object name: FAIL
AbstractRange interface: attribute collapsed: FAIL
AbstractRange interface: attribute endContainer: FAIL
AbstractRange interface: attribute endOffset: FAIL
AbstractRange interface: attribute startContainer: FAIL
AbstractRange interface: attribute startOffset: FAIL
AbstractRange interface: existence and properties of interface object: FAIL
AbstractRange interface: existence and properties of interface prototype object: FAIL
AbstractRange interface: existence and properties of interface prototype object's "constructor" property: FAIL
AbstractRange interface: existence and properties of interface prototype object's @@unscopables property: FAIL
Document interface: attribute origin: FAIL
Document interface: new Document() must inherit property "origin" with the proper type: FAIL
Document interface: xmlDoc must inherit property "origin" with the proper type: FAIL
Event interface: attribute returnValue: FAIL
Event interface: document.createEvent("Event") must inherit property "returnValue" with the proper type: FAIL
Event interface: new CustomEvent("foo") must inherit property "returnValue" with the proper type: FAIL
Event interface: new Event("foo") must inherit property "returnValue" with the proper type: FAIL
Range interface: existence and properties of interface object: FAIL
Range interface: existence and properties of interface prototype object: FAIL
StaticRange interface object length: FAIL
StaticRange interface object name: FAIL
StaticRange interface: existence and properties of interface object: FAIL
StaticRange interface: existence and properties of interface prototype object: FAIL
StaticRange interface: existence and properties of interface prototype object's "constructor" property: FAIL
StaticRange interface: existence and properties of interface prototype object's @@unscopables property: FAIL
| Assignee | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d4e4994edfa5592eb9f69d13401dfb4647b4a0b0
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/afbc5459b7ba
[wpt PR 11252] - Add MouseEvent/MouseEventInit as untested DOM IDLs, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/ba86bff89ba4
[wpt PR 11252] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/afbc5459b7ba
https://hg.mozilla.org/mozilla-central/rev/ba86bff89ba4
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•