Chromium Code Reviews| Index: Source/core/svg/SVGPathElement.idl |
| diff --git a/Source/core/svg/SVGPathElement.idl b/Source/core/svg/SVGPathElement.idl |
| index 3a2672c3cb0f3a59d37e2fd3a42a0edfb7e453df..f0b1eb088711c5b72496e213de2fa9bc37265667 100644 |
| --- a/Source/core/svg/SVGPathElement.idl |
| +++ b/Source/core/svg/SVGPathElement.idl |
| @@ -109,3 +109,5 @@ interface SVGPathElement : SVGStyledElement, |
| readonly attribute SVGPathSegList animatedNormalizedPathSegList; |
| }; |
| +SVGPathElement implements SVGTests; |
| + |