[wpt-sync] Sync PR 41064 - Sort ChildNodeParts by their previous_sibling instead of parent
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 41064 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41064
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Sort ChildNodeParts by their previous_sibling instead of parent
This way, sibling nodes will be in the right order:
\<div>
\<a>
{{childpart1}}
\</a>
{{childpart2}}
\</div>With this CL, childpart1 will come before childpart2.
Bug: 1453291
Change-Id: Ie7c815e8408c1885b2eb8880cb63b597e0d27a80
Reviewed-on: https://chromium-review.googlesource.com/4685520
WPT-Export-Revision: f60fec2d0606d5c37d80b7e01d77866c7048df91
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 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 21 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 21
Chrome
OK
: 1
PASS
: 1
FAIL
: 20
Safari
OK
: 1
FAIL
: 21
Links
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
) - DOM mutation support (Document):
FAIL
(Chrome:PASS
, Safari:FAIL
) - ChildNodePart children manipulation (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 (DocumentFragment):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ChildNodePart children manipulation (DocumentFragment):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Basic declarative DOM Parts (Main Document):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Basic declarative DOM Parts (Template):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Basic declarative DOM Parts (Clone):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Basic imperative DOM Parts object construction (Document):
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ad78c5bef95d
https://hg.mozilla.org/mozilla-central/rev/7f19d9a947bb
Description
•