Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 958ef3d92e6ebcdd41023564aacef0f3d5d9a72a
https://github.com/WebKit/WebKit/commit/958ef3d92e6ebcdd41023564aacef0f3d5d9a72a
Author: Ryosuke Niwa <[email protected]>
Date: 2026-05-18 (Mon, 18 May 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/Node-moveBefore-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/iframe-document-preserve.window-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/moveBefore-name-map-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/script-move-before-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/slotchange-events-expected.txt
M Source/WebCore/dom/ContainerNode.cpp
Log Message:
-----------
Occasional crash in CollectionIndexCache::~CollectionIndexCache while running
moveBefore tests.
https://bugs.webkit.org/show_bug.cgi?id=315034
rdar://177337493
Reviewed by Simon Fraser.
Notify the parent nodes for a child move so that things like
HTMLCollectionCache gets invalidated.
No new tests since existing tests cover this scenario.
More tests progress with this change except script-move-before.html which
regresses.
*
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/Node-moveBefore-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/iframe-document-preserve.window-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/moveBefore-name-map-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/script-move-before-expected.txt:
*
LayoutTests/imported/w3c/web-platform-tests/dom/nodes/moveBefore/slotchange-events-expected.txt:
* Source/WebCore/dom/ContainerNode.cpp:
(WebCore::ContainerNode::moveBefore):
Canonical link: https://commits.webkit.org/313444@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications