Chromium Code Reviews| Index: Source/core/svg/SVGClipPathElement.idl |
| diff --git a/Source/core/svg/SVGClipPathElement.idl b/Source/core/svg/SVGClipPathElement.idl |
| index 7134feeecb824b5b7f5553139111e9d108b7b08c..0f80fdd6f21ec7913da210f3627ab0c7144840f7 100644 |
| --- a/Source/core/svg/SVGClipPathElement.idl |
| +++ b/Source/core/svg/SVGClipPathElement.idl |
| @@ -32,3 +32,5 @@ interface SVGClipPathElement : SVGStyledElement, |
| readonly attribute SVGAnimatedEnumeration clipPathUnits; |
| }; |
| +SVGClipPathElement implements SVGTests; |
| + |