ladybird/Tests/LibWeb/Text/expected/SVG
Andreas Kling 34ec33d71c
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibWeb: Don't treat SVG "use clone" removals as "use source" removals
We were failing to discriminate between DOM removals happening to SVG
elements cloned as part of an SVG use element instantiation.

When a "use source" element is removed, all clones of that source must
be updated to reflect the change. But when a "use clone" element is
removed, that's fine.

This was causing the surprising disappearance of use element subtrees,
seen for example on https://cal.com/
2025-08-07 22:15:36 +02:00
..
a-element-prototype.txt LibWeb: Set the correct prototype for SVGAElement instances 2024-06-28 17:10:52 +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
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-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-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