Chromium Code Reviews| Index: Source/core/svg/SVGMaskElement.idl |
| diff --git a/Source/core/svg/SVGMaskElement.idl b/Source/core/svg/SVGMaskElement.idl |
| index 330937cffbae9f289ca9878e4ca815efcb63f2c4..2ff679e51f62cbb140a4a5d8a1cb6c4da77b32d8 100644 |
| --- a/Source/core/svg/SVGMaskElement.idl |
| +++ b/Source/core/svg/SVGMaskElement.idl |
| @@ -35,3 +35,5 @@ interface SVGMaskElement : SVGStyledElement, |
| readonly attribute SVGAnimatedLength height; |
| }; |
| +SVGMaskElement implements SVGTests; |
| + |