Closed
Bug 1466195
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11305 - Move add_dependency_idls after add_idls
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11305 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11305
Details from upstream follow.
Chris Nardi <christopherncarmel@hotmail.com> wrote:
> Move add_dependency_idls after add_idls
>
> Per #11280, the order in which you call these methods matters to execution. Flip the order in order to prevent `Unrecognized type EventHandler`.
| Assignee | ||
Comment 1•7 years ago
|
||
PR 11305 applied with additional changes from upstream: 2ae39a003cba3b1292d5239f6043281d9277d25b
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c299b779cd33e078568a7712228de1dd49a1a392
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 1 tests and 1972 subtests
OK : 1
PASS : 1946
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
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cfdc0066db98
[wpt PR 11305] - Move add_dependency_idls after add_idls, a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/333100534320
[wpt PR 11305] - Move add_dependency_idls after add_idls, a=testonly
Comment 7•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
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
•