Closed
Bug 1466289
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11312 - custom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded
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 11312 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11312
Details from upstream follow.
Justin Ribeiro <justin@justinribeiro.com> wrote:
> custom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded
>
> createElement('my-element', undefined) was not being upgraded, though both
> createElement('my-element') and createElement('my-element', {}) were.
>
> Bug: 841725
> Test: bug.html from comment 11 on crbug.com/841725 reproduces the case;
> Change-Id: Id43b21f8e1cad10745dedf3699691da7ad85cf03
> also added WPT test to verify behavior.
> Reviewed-on: https://chromium-review.googlesource.com/1084007
> WPT-Export-Revision: 5cfe7c82f0b36e4de3b4fae2e41bc9174ffaf65f
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
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=d208f3e90ef3b9815bc83b460ddf8665a975bcd1
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=11f427b06830cc01ca92b0a6225215f368ee24ea
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Ran 1 tests and 39 subtests
OK : 1
PASS : 34
FAIL : 5
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6d6bfe66dde6
[wpt PR 11312] - custom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded, a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/30ad377d5162
[wpt PR 11312] - custom-elements: Element created by createElement(name, options) with valid custom element name and options set to undefined should be upgraded, a=testonly
Comment 10•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
•