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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/global-constructors-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/custom/global-constructors-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
index 573c9e73fbaf51e72185ac958d9b5b091038685d..94caad7ee824fd7b764fdcd611c0ab13a00e4df3 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/global-constructors-expected.txt
@@ -47,28 +47,6 @@ PASS SVGTransformList.toString() is 'function SVGTransformList() { [native code]
PASS SVGAnimatedTransformList.toString() is 'function SVGAnimatedTransformList() { [native code] }'
PASS SVGPreserveAspectRatio.toString() is 'function SVGPreserveAspectRatio() { [native code] }'
PASS SVGAnimatedPreserveAspectRatio.toString() is 'function SVGAnimatedPreserveAspectRatio() { [native code] }'
-PASS SVGPathSeg.toString() is 'function SVGPathSeg() { [native code] }'
-PASS SVGPathSegClosePath.toString() is 'function SVGPathSegClosePath() { [native code] }'
-PASS SVGPathSegMovetoAbs.toString() is 'function SVGPathSegMovetoAbs() { [native code] }'
-PASS SVGPathSegMovetoRel.toString() is 'function SVGPathSegMovetoRel() { [native code] }'
-PASS SVGPathSegLinetoAbs.toString() is 'function SVGPathSegLinetoAbs() { [native code] }'
-PASS SVGPathSegLinetoRel.toString() is 'function SVGPathSegLinetoRel() { [native code] }'
-PASS SVGPathSegCurvetoCubicAbs.toString() is 'function SVGPathSegCurvetoCubicAbs() { [native code] }'
-PASS SVGPathSegCurvetoCubicRel.toString() is 'function SVGPathSegCurvetoCubicRel() { [native code] }'
-PASS SVGPathSegCurvetoQuadraticAbs.toString() is 'function SVGPathSegCurvetoQuadraticAbs() { [native code] }'
-PASS SVGPathSegCurvetoQuadraticRel.toString() is 'function SVGPathSegCurvetoQuadraticRel() { [native code] }'
-PASS SVGPathSegArcAbs.toString() is 'function SVGPathSegArcAbs() { [native code] }'
-PASS SVGPathSegArcRel.toString() is 'function SVGPathSegArcRel() { [native code] }'
-PASS SVGPathSegLinetoHorizontalAbs.toString() is 'function SVGPathSegLinetoHorizontalAbs() { [native code] }'
-PASS SVGPathSegLinetoHorizontalRel.toString() is 'function SVGPathSegLinetoHorizontalRel() { [native code] }'
-PASS SVGPathSegLinetoVerticalAbs.toString() is 'function SVGPathSegLinetoVerticalAbs() { [native code] }'
-PASS SVGPathSegLinetoVerticalRel.toString() is 'function SVGPathSegLinetoVerticalRel() { [native code] }'
-PASS SVGPathSegCurvetoCubicSmoothAbs.toString() is 'function SVGPathSegCurvetoCubicSmoothAbs() { [native code] }'
-PASS SVGPathSegCurvetoCubicSmoothRel.toString() is 'function SVGPathSegCurvetoCubicSmoothRel() { [native code] }'
-PASS SVGPathSegCurvetoQuadraticSmoothAbs.toString() is 'function SVGPathSegCurvetoQuadraticSmoothAbs() { [native code] }'
-PASS SVGPathSegCurvetoQuadraticSmoothRel.toString() is 'function SVGPathSegCurvetoQuadraticSmoothRel() { [native code] }'
-PASS SVGPathSegList.toString() is 'function SVGPathSegList() { [native code] }'
-FAIL SVGAnimatedPathData.toString() should be function SVGAnimatedPathData() { [native code] }. Threw exception ReferenceError: SVGAnimatedPathData is not defined
PASS SVGPathElement.toString() is 'function SVGPathElement() { [native code] }'
PASS SVGRectElement.toString() is 'function SVGRectElement() { [native code] }'
PASS SVGCircleElement.toString() is 'function SVGCircleElement() { [native code] }'

Powered by Google App Engine
This is Rietveld 408576698