[wpt-sync] Sync PR 40571 - Add a Part collection to PartRoot and connect it up
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40571 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40571
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Add a Part collection to PartRoot and connect it up
This CL just adds a
parts_
collection toPartRoot
, and updates
it in the naive way any time a new Part is constructed. No Node
tracking is done or anything, so it's completely possible that if
a Node is moved to another document, the parts list will be out of
date.Bug: 1453291
Change-Id: I1fa01e0543dfe52974ac6175728f5fe79c7c3b93
Reviewed-on: https://chromium-review.googlesource.com/4609624
WPT-Export-Revision: ddfe5409cc13c0b2928068a84bc345290c9f07a2
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
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:
FAIL
(Chrome:FAIL
)
- Basic imperative DOM Parts object construction:
Comment 5•1 year ago
|
||
bugherder |
Description
•