LibWeb/SVG: Implement SVGElement.ownerSVGElement

This commit is contained in:
Jamie Mansfield 2024-07-16 11:26:25 +01:00 committed by Andreas Kling
commit 6f3c5f5ae9
Notes: sideshowbarker 2024-07-17 07:14:22 +09:00
5 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,3 @@
svg.ownerSVGElement = 'null'
linearGradient.ownerSVGElement = '[object SVGSVGElement]'
linearGradient.ownerSVGElement == svg = 'true'