Files
servo/components/script/dom
Rodion Borovyk 3a54ddd034 script Exclude CDATASection nodes from Node::normalize() (#37550)
Exclude CDATASection nodes from Node::normalize. I made it under the
assumption that CDATAs can't have children so we don't need to go into
the `else node.Normalize()` branch on line 3485 with them, hope this is
correct.

Testing: covered by `dom/nodes/Node-normalize.html`
Fixes: https://github.com/servo/servo/issues/37006

---------

Signed-off-by: Rodion Borovyk <rodion.borovyk@gmail.com>
2025-06-19 10:08:07 +00:00
..
2025-06-19 05:19:07 +00:00
2025-06-09 10:17:28 +00:00
2025-04-04 19:42:28 +00:00
2025-06-19 05:19:07 +00:00