[wpt-sync] Sync PR 49846 - DOM: Add basic moveBefore() MutationObserver tests
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49846 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49846
Details from upstream follow.
Dominic Farolino <dom@chromium.org> wrote:
DOM: Add basic moveBefore() MutationObserver tests
See https://github.com/whatwg/dom/pull/1307#issuecomment-2554793998.
Bug: 40150299
Change-Id: I6be9d91d4e20690694fb20480f0d1d13a766b117
Reviewed-on: https://chromium-review.googlesource.com/6108064
WPT-Export-Revision: 45bc2a4fbdc6de40a7889144feba7803e43e4ac1
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 2
Chrome
OK
: 1
FAIL
: 2
Safari
OK
: 1
FAIL
: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /dom/nodes/moveBefore/tentative/mutation-observer.html [wpt.fyi]
- [Connected move] MutationObserver removal + insertion is tracked by moveBefore():
FAIL
(Chrome:FAIL
, Safari:FAIL
) - [Disconnected move] MutationObserver removal + insertion is tracked by moveBefore():
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- [Connected move] MutationObserver removal + insertion is tracked by moveBefore():
https://hg.mozilla.org/mozilla-central/rev/f3c0448263a2
https://hg.mozilla.org/mozilla-central/rev/003571bd85b2
Description
•