Closed
Bug 1441252
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 9386 - custom-elements: Support custom built-in elements in XML parser.
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 9386 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/w3c/web-platform-tests/pull/9386 Details from upstream follow. Kent Tamura wrote: > custom-elements: Support custom built-in elements in XML parser. > > * Enable Document::CreateElement to support both of V0 type extension > and V1 custom built-in > Merge is_v1 flag to CreateDocumentFlags. It is a tri-state flag; > -- Supports only V0, for createElement('div', 'my-div') > -- Supports only V1, for createElement('div', {is:'my-div'}) > -- Supports both (default) > > * Enable Document::CreateElement to support asynchronous custom elements > creation. > > Bug: 808302 > Change-Id: I4a60bf8a687c0ec93b395d99d816aadb8dfdd4a5 > Reviewed-on: https://chromium-review.googlesource.com/901103 > Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#534364} > > >
Reporter | ||
Updated•4 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Reporter | ||
Comment 1•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=a39a9fd08f51cad8cd0d5fd0810df17e0b7f853f
Reporter | ||
Comment 2•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=47c02978a7cf729c57ffc5a84f278265ca17c8d6
Reporter | ||
Comment 3•4 years ago
|
||
Ran 1 tests and 2 subtests OK : 1 PASS : 1 FAIL : 1 New tests that have failures or other problems: /custom-elements/parser/parser-uses-create-an-element-for-a-token-svg.svg XML parser should create custom built-in elements.: FAIL
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/7447958c311f [wpt PR 9386]- Update wpt metadata, a=testonly
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7447958c311f
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Assignee | ||
Updated•3 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•