Closed
Bug 1942544
Opened 27 days ago
Closed 25 days ago
[wpt-sync] Sync PR 50167 - Set descendant's attribute's owner document in Node::adopt
Categories
(Core :: DOM: Core & HTML, task, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50167 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50167
Details from upstream follow.
Simon Wülker <simon.wuelker@arcor.de> wrote:
Set descendant's attribute's owner document in Node::adopt
Draft because I still need to write a web platform test for this.
Reviewed in servo/servo#35076
Assignee | ||
Updated•27 days ago
|
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core
Assignee | ||
Comment 1•26 days ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=204e329c536a8b85b5a50135cfff11d09cb6749b
Assignee | ||
Comment 2•26 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/nodes/Node-mutation-adoptNode.html [wpt.fyi]
- Adopting an element into a different document update's the element's owner doc as well as the owner docs of it's attributes:
FAIL
(Chrome:PASS
)
- Adopting an element into a different document update's the element's owner doc as well as the owner docs of it's attributes:
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a4b275316047
[wpt PR 50167] - Set descendant's attribute's owner document in Node::adopt, a=testonly
https://hg.mozilla.org/integration/autoland/rev/68466445d6e7
[wpt PR 50167] - Update wpt metadata, a=testonly
https://hg.mozilla.org/mozilla-central/rev/a4b275316047
https://hg.mozilla.org/mozilla-central/rev/68466445d6e7
Status: NEW → RESOLVED
Closed: 25 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•