1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 17:35:08 +00:00
serenity/Tests/LibWeb/Text/expected/SVG
Andreas Kling 2e0297d703 LibWeb: Handle reference cycles in SVG gradient linking
Since SVG gradients can reference each other, we have to keep track of
visited gradients when traversing the link chain, or we will recurse
infinitely when there's a reference cycle.
2024-03-11 18:29:10 +01:00
..
gradient-with-reference-cycle.txt LibWeb: Handle reference cycles in SVG gradient linking 2024-03-11 18:29:10 +01:00
svg-href-qualified-name.txt LibWeb: Properly append attributes to element when creating an Element 2023-11-05 11:16:16 +00:00
svg-href.txt LibWeb: Bring CSS line-height closer to other engines 2024-01-12 15:04:06 +01:00
svg-script-element.txt LibWeb: Add support for inline SVG element scripts 2023-11-05 11:16:16 +00:00
svg-viewBox-attribute.txt LibWeb: Add SVGSVGElement.viewBox attribute 2024-01-25 08:23:41 +01:00