Files
servo/components/script
Simon Wülker 8dbe44b33d script: Don't crash when encountering unexpected node types in Range::createContextualFragment (#40762)
The spec says that all node types other than element, text and comment
should be treated as `None`. We were panicking on a few instead.

Testing: This change adds a simple crashtest
Fixes: https://github.com/servo/servo/issues/40719

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-11-20 19:34:02 +00:00
..
2025-10-02 07:51:19 +00:00
2025-10-02 07:51:19 +00:00