Closed
Bug 1437000
Opened 5 years ago
Closed 5 years ago
[wpt-sync] PR 9437 - custom-elements: Element with a valid custom element name created by createElement(name, options) should be upgraded
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
Details
(Whiteboard: [wptsync downstream])
createElement('my-foo', {}) was not upgraded even though createElement('my-foo') is upgraded. Document::CreateElement() should set "undefined" state even if the local name is valid for Custom Element V0. Bug: 810289 Change-Id: If70c40d6de520fe79b73e7fb6b21d776e636fee9 Reviewed-on: https://chromium-review.googlesource.com/907912 WPT-Export-Revision: 68279bb8eb58e8477f2ddebaca68f7c211423f9a
Reporter | ||
Updated•5 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Updated•5 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•5 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=fd612cd369f56dcf871e0bbf1a5563c2deea487c
Reporter | ||
Comment 2•5 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a354797e4b0611558ed5739822bdcbdc7ae0dcb5
Reporter | ||
Comment 3•5 years ago
|
||
Ran 1 tests and 37 subtests OK : 1 PASS : 33 FAIL : 4 Existing tests that now have a worse result (e.g. they used to PASS and now FAIL): /custom-elements/Document-createElement.html document.createElement must create an instance of autonomous custom elements when it has is attribute: FAIL
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/f44838746399 [wpt PR 9437] - custom-elements: Element with a valid custom element name created by createElement(name, options) should be upgraded, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/31ff678912d2 [wpt PR 9437]- Update wpt metadata, a=testonly
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f44838746399 https://hg.mozilla.org/mozilla-central/rev/31ff678912d2
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Assignee | ||
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•