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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt
index 297bc3abfe520ae93d8c28c8e139aebb5456a128..1d4b053480de80f593ac99100daad08f14c7d470 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt
@@ -56,27 +56,6 @@ PASS SVGMetadataElement inherits SVGElement
PASS SVGNumber inherits Object
PASS SVGNumberList inherits Object
PASS SVGPathElement inherits SVGGeometryElement
-PASS SVGPathSeg inherits Object
-PASS SVGPathSegArcAbs inherits SVGPathSeg
-PASS SVGPathSegArcRel inherits SVGPathSeg
-PASS SVGPathSegClosePath inherits SVGPathSeg
-PASS SVGPathSegCurvetoCubicAbs inherits SVGPathSeg
-PASS SVGPathSegCurvetoCubicRel inherits SVGPathSeg
-PASS SVGPathSegCurvetoCubicSmoothAbs inherits SVGPathSeg
-PASS SVGPathSegCurvetoCubicSmoothRel inherits SVGPathSeg
-PASS SVGPathSegCurvetoQuadraticAbs inherits SVGPathSeg
-PASS SVGPathSegCurvetoQuadraticRel inherits SVGPathSeg
-PASS SVGPathSegCurvetoQuadraticSmoothAbs inherits SVGPathSeg
-PASS SVGPathSegCurvetoQuadraticSmoothRel inherits SVGPathSeg
-PASS SVGPathSegLinetoAbs inherits SVGPathSeg
-PASS SVGPathSegLinetoHorizontalAbs inherits SVGPathSeg
-PASS SVGPathSegLinetoHorizontalRel inherits SVGPathSeg
-PASS SVGPathSegLinetoRel inherits SVGPathSeg
-PASS SVGPathSegLinetoVerticalAbs inherits SVGPathSeg
-PASS SVGPathSegLinetoVerticalRel inherits SVGPathSeg
-PASS SVGPathSegList inherits Object
-PASS SVGPathSegMovetoAbs inherits SVGPathSeg
-PASS SVGPathSegMovetoRel inherits SVGPathSeg
PASS SVGPatternElement inherits SVGElement
PASS SVGPoint inherits Object
PASS SVGPointList inherits Object

Powered by Google App Engine
This is Rietveld 408576698