Closed Bug 1843880 Opened 2 years ago Closed 2 years ago

[wpt-sync] Sync PR 41064 - Sort ChildNodeParts by their previous_sibling instead of parent

Categories

(Core :: DOM: Core & HTML, task, P4)

task

Tracking

()

RESOLVED FIXED
117 Branch
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

PR 41064 applied with additional changes from upstream: b9f2c32836b082ab21338b1ae0ad9f64648782be, b9c3f5026f7f352f099e17bf008ac33d15af1aa3, 7fa83ac7286923c96e698cc1eda93e28fe4a00e7, c1391d92ca3d26e2b8e543619154629f935b5502, 2b02e80a554b26a4655b73db5aee496fd8467e58, 01e3e80e12b9c3fbe3eb15a8885ed3931539f405, eeab1cbd50bdb860552e6edebf0da9e259860908
Component: web-platform-tests → DOM: Core & HTML
Product: Testing → Core

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

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)
    • 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)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ad78c5bef95d [wpt PR 41064] - Sort ChildNodeParts by their previous_sibling instead of parent, a=testonly https://hg.mozilla.org/integration/autoland/rev/7f19d9a947bb [wpt PR 41064] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in before you can comment on or make changes to this bug.