| Index: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| diff --git a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| index bbf025234332b18798759bef0978e5f683395dea..7f54467cdeffbcd3b10e4cb12ca71d5085498fcb 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| @@ -46,7 +46,7 @@ checkParent("SVGAnimatedTransformList", "Object");
|
| checkParent("SVGAnimationElement", "SVGElement");
|
| checkParent("SVGCSSRule", "CSSRule");
|
| checkParent("SVGCircleElement", "SVGGeometryElement");
|
| -checkParent("SVGClipPathElement", "SVGDefinitionElement");
|
| +checkParent("SVGClipPathElement", "SVGElement");
|
| checkParent("SVGColorProfileElement", "SVGElement");
|
| checkParent("SVGColorProfileRule", "SVGCSSRule");
|
| checkParent("SVGCursorElement", "SVGElement");
|
|
|