Files
ladybird/Tests/LibWeb/Text/expected/SVG/getBBox-pattern-crash.txt
Pavel Shliak 88500580e6 LibWeb: Make getBBox() throw error for non-rendered elements
Per SVG2 spec (§ Geometry Properties: getBBox), getBBox() must throw
InvalidStateError if the element is not rendered and its geometry cannot
be computed. Previously we would crash on null paintables; now we throw
with a clear error instead.
2025-10-06 00:14:04 +02:00

2 lines
24 B
Plaintext