[wpt-sync] Sync PR 47666 - moveBefore: only call FlatParentChanged for the directly inserted node.
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47666 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47666
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
moveBefore: only call FlatParentChanged for the directly inserted node.
To prevent from calling this on non-elements, ensure that the
StatePreservingAtomicMove flag is set only when the directly-moved
node is an element.Bug: 352081025
Change-Id: I7f71c15509ad481d7d8c7e59fa60bc083d093a76
Reviewed-on: https://chromium-review.googlesource.com/5791021
WPT-Export-Revision: 873bac4939304598e7fae093102c98b61aafe98d
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
FAIL: 1
Chrome
OK : 1
FAIL: 1
Safari
OK : 1
FAIL: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/nodes/moveBefore/tentative/moveBefore-shadow-inside.html [wpt.fyi]
- moveBefore-shadow-inside:
FAIL(Chrome:FAIL, Safari:FAIL)
- moveBefore-shadow-inside:
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/673e472bd9b9
https://hg.mozilla.org/mozilla-central/rev/e9158da20fe3
Description
•