Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 641d4a902767366138f100aeb2d21b6ed6e3e134
https://github.com/WebKit/WebKit/commit/641d4a902767366138f100aeb2d21b6ed6e3e134
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-27 (Fri, 27 Mar 2026)
Changed paths:
A LayoutTests/fast/dom/Document/clone-node-document-types-expected.txt
A LayoutTests/fast/dom/Document/clone-node-document-types.html
M Source/WebCore/dom/Document.cpp
Log Message:
-----------
Fix logic errors with cloning XML documents
https://bugs.webkit.org/show_bug.cgi?id=310902
Reviewed by David Kilzer.
isSVGDocument() is a subset of isXMLDocument() so was never reached.
And the second bug is that we had XML and XHTML swapped.
Canonical link: https://commits.webkit.org/310106@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications