ladybird/Tests/LibWeb/Crash
Tim Ledbetter 551c7f966b LibWeb: Use correct root element when resolving paint properties
Previously, the first `HTMLHtmlELement` in the given document would
always be  used when determining whether to propagate background
properties to the body element. This meant the wrong root element was
used for SVG `foreignObject` elements, which could lead to a crash.
2025-09-10 11:35:02 +02:00
..
CSS LibWeb: Resolve CSS-wide keywords in keyframe properties 2025-08-27 14:50:58 +02:00
DOM LibWeb: Use document's global object in is_base_allowed_for_document 2025-08-16 14:19:05 +02:00
HTML LibWeb: Fix SRI handling of badly-formatted strings 2025-05-06 13:02:58 -04:00
JS LibWeb: Don't crash when drawing null image from offscreen canvas 2025-07-20 08:54:53 +02:00
Layout LibWeb: Prevent creation of new UsedValues for nested inline nodes 2025-08-28 22:38:15 +02:00
SVG LibWeb: Use correct root element when resolving paint properties 2025-09-10 11:35:02 +02:00
WebAudio LibWeb: Initialize AnalyserNode previous block at construction time 2025-02-13 20:31:37 +00:00
wpt-import LibWeb: Use correct style rule index in view transitions 2025-09-09 12:50:09 +01:00