History log of /PHP-8.1/ext/dom/tests/DOMCharacterData_replaceWith_self.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 1cf2d216 22-Jul-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix DOMCharacterData::replaceWith() with itself

Previously, when replacing the node with itself (or contained within
itself), the node disappeared.

Closes GH-11770.