ladybird/Tests/LibWeb/Text/expected/SVG
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
..
a-element-prototype.txt LibWeb: Set the correct prototype for SVGAElement instances 2024-06-28 17:10:52 +02:00
getBBox-marker-crash.txt LibWeb: Make getBBox() throw error for non-rendered elements 2025-10-06 00:14:04 +02:00
getBBox-outermost-svg-element-crash.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
getBBox-pattern-crash.txt LibWeb: Make getBBox() throw error for non-rendered elements 2025-10-06 00:14:04 +02:00
gradient-with-reference-cycle.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
removeChild-on-ancestor-of-use-element.txt LibWeb: Don't treat SVG "use clone" removals as "use source" removals 2025-08-07 22:15:36 +02:00
script-element-dynamic-insertion.txt LibWeb/SVG: Process script element when its text content changes 2025-02-26 16:08:35 +01:00
svg-circle-detached.txt LibWeb: Don't crash when querying detached circle element properties 2024-03-23 20:56:26 +01:00
svg-className-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-element-proto.txt Meta: Set constructor prototype in IDLGenerators 2024-11-26 12:44:05 +00:00
svg-feGaussianBlur-stdDeviation.txt LibWeb: Implement SVGAnimatedNumber 2025-07-11 11:25:59 +01:00
svg-getbbox-transform-with-no-inverse.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-href-qualified-name.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-href.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-ownerSVGElement-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-rect-animated-length.txt LibWeb: Implement SVGLength's read-only property 2025-08-27 11:50:27 +02:00
svg-script-element.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-svg-getElementById.txt LibWeb: Make SVGSVGElement.getElementById() return Element? (nullable) 2025-01-21 02:06:33 +01:00
svg-viewBox-attribute.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
svg-viewbox-syntax.txt LibWeb/SVG: Parse comma-separated SVG viewBox 2025-08-30 15:49:11 +02:00
svg-viewbox-zero-height.txt LibWeb+WebContent: Do not include DOM HTML in text test expectations 2024-10-03 07:07:28 -04:00
use-shadowRoot-closed.txt LibWeb: SVG use element shadow roots should be closed, not open 2025-08-07 22:15:36 +02:00