| 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 7f54467cdeffbcd3b10e4cb12ca71d5085498fcb..4a5e3cc56bf5a49d130262e07dd82e4fa3870100 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| +++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
|
| @@ -77,27 +77,6 @@ checkParent("SVGMetadataElement", "SVGElement");
|
| checkParent("SVGNumber", "Object");
|
| checkParent("SVGNumberList", "Object");
|
| checkParent("SVGPathElement", "SVGGeometryElement");
|
| -checkParent("SVGPathSeg", "Object");
|
| -checkParent("SVGPathSegArcAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegArcRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegClosePath", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoCubicAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoCubicRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoCubicSmoothAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoCubicSmoothRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoQuadraticAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoQuadraticRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoQuadraticSmoothAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegCurvetoQuadraticSmoothRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoHorizontalAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoHorizontalRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoVerticalAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegLinetoVerticalRel", "SVGPathSeg");
|
| -checkParent("SVGPathSegList", "Object");
|
| -checkParent("SVGPathSegMovetoAbs", "SVGPathSeg");
|
| -checkParent("SVGPathSegMovetoRel", "SVGPathSeg");
|
| checkParent("SVGPatternElement", "SVGElement");
|
| checkParent("SVGPoint", "Object");
|
| checkParent("SVGPointList", "Object");
|
|
|