1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 12:05:07 +00:00
serenity/Tests/LibWeb/Text
Andreas Kling 2b343c9508 LibWeb: Don't crash in XHR.response{,XML} for empty XML document
There were some unhandled paths due to the liberally typed XHR response
object. This patch flushes out those issues by using a tighter type set
in the Variant. (NonnullGCPtr<Object> instead of Value)
2023-10-07 10:19:18 +02:00
..
expected LibWeb: Don't crash in XHR.response{,XML} for empty XML document 2023-10-07 10:19:18 +02:00
input LibWeb: Don't crash in XHR.response{,XML} for empty XML document 2023-10-07 10:19:18 +02:00