ladybird/Tests/LibWeb/Text/input/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.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
getBBox-outermost-svg-element-crash.html
gradient-with-reference-cycle.html
removeChild-on-ancestor-of-use-element.html LibWeb: Don't treat SVG "use clone" removals as "use source" removals 2025-08-07 22:15:36 +02:00
script-element-dynamic-insertion.html LibWeb/SVG: Process script element when its text content changes 2025-02-26 16:08:35 +01:00
svg-circle-detached.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-className-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-element-proto.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-feGaussianBlur-stdDeviation.html LibWeb: Implement SVGAnimatedNumber 2025-07-11 11:25:59 +01:00
svg-getbbox-transform-with-no-inverse.html
svg-href-qualified-name.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-href.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-ownerSVGElement-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-script-element.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-svg-getElementById.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-viewBox-attribute.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
svg-viewbox-zero-height.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
use-shadowRoot-closed.html LibWeb: SVG use element shadow roots should be closed, not open 2025-08-07 22:15:36 +02:00