Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");

Powered by Google App Engine
This is Rietveld 408576698