Files
ladybird/Tests/LibWeb/Text/input/SVG
Aliaksandr Kalenik 79e9cea8cb Tests: Add failing test for SVG partial relayout paintable leak
The test triggers repeated partial relayout inside a nested SVG and
checks paintables on an outside-subtree SVG ancestor via
`internals.dumpPaintableTree()`. The count should stay stable, but
currently grows, revealing that partial relayout is creating extra
ancestor paintables instead of preserving existing ones.

No fix in this commit; this commit only captures the failing behavior.
2026-02-15 17:47:30 +01:00
..