summaryrefslogtreecommitdiff
path: root/ext/dom/tests/bug78221.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fix #78221: DOMNode::normalize() doesn't remove empty text nodesChristoph M. Becker2020-04-071-0/+17
If a text node is not followed by another text node, we remove it, if its textContent is empty.