[wpt-sync] Sync PR 40962 - Move CloneWithData into CharacterData
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40962 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40962
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Move CloneWithData into CharacterData
From a comment in:
https://chromium-review.googlesource.com/c/chromium/src/+/4671112
This should not affect behavior, outside of DOM Parts, which will now
support comment nodes.Bug: 1453291
Change-Id: I69074c5e1fe323f2ddba739b747259f8326b7710
Reviewed-on: https://chromium-review.googlesource.com/4675667
WPT-Export-Revision: 6957850b50bb079c3268b7be6f435950da6aa95d
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 15 subtests
Status Summary
Firefox
OK : 1
FAIL: 15
Chrome
OK : 1
PASS: 1
FAIL: 14
Safari
OK : 1
FAIL: 15
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/parts/basic-dom-part-objects.tentative.html [wpt.fyi]
- Basic imperative DOM Parts object construction (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Element (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Text (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Comment (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning CDATASection (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning ProcessingInstruction (Document):
FAIL(Chrome:FAIL, Safari:FAIL) - Basic imperative DOM Parts object construction (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Element (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Text (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning Comment (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning CDATASection (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - Cloning ProcessingInstruction (DocumentFragment):
FAIL(Chrome:FAIL, Safari:FAIL) - DOM mutation support:
FAIL(Chrome:PASS, Safari:FAIL)
- Basic imperative DOM Parts object construction (Document):
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5571662e1896
https://hg.mozilla.org/mozilla-central/rev/7f7ae2394592
Description
•