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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js

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/script-tests/global-constructors.js
diff --git a/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js b/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js
index 811d5ad2760882ddd9b4bfe220357222d5499f5e..10966645a7de30228baf68f8f22492328a3a57a6 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js
+++ b/third_party/WebKit/LayoutTests/svg/custom/script-tests/global-constructors.js
@@ -50,28 +50,6 @@ shouldBeDefined("SVGTransformList");
shouldBeDefined("SVGAnimatedTransformList");
shouldBeDefined("SVGPreserveAspectRatio");
shouldBeDefined("SVGAnimatedPreserveAspectRatio");
-shouldBeDefined("SVGPathSeg");
-shouldBeDefined("SVGPathSegClosePath");
-shouldBeDefined("SVGPathSegMovetoAbs");
-shouldBeDefined("SVGPathSegMovetoRel");
-shouldBeDefined("SVGPathSegLinetoAbs");
-shouldBeDefined("SVGPathSegLinetoRel");
-shouldBeDefined("SVGPathSegCurvetoCubicAbs");
-shouldBeDefined("SVGPathSegCurvetoCubicRel");
-shouldBeDefined("SVGPathSegCurvetoQuadraticAbs");
-shouldBeDefined("SVGPathSegCurvetoQuadraticRel");
-shouldBeDefined("SVGPathSegArcAbs");
-shouldBeDefined("SVGPathSegArcRel");
-shouldBeDefined("SVGPathSegLinetoHorizontalAbs");
-shouldBeDefined("SVGPathSegLinetoHorizontalRel");
-shouldBeDefined("SVGPathSegLinetoVerticalAbs");
-shouldBeDefined("SVGPathSegLinetoVerticalRel");
-shouldBeDefined("SVGPathSegCurvetoCubicSmoothAbs");
-shouldBeDefined("SVGPathSegCurvetoCubicSmoothRel");
-shouldBeDefined("SVGPathSegCurvetoQuadraticSmoothAbs");
-shouldBeDefined("SVGPathSegCurvetoQuadraticSmoothRel");
-shouldBeDefined("SVGPathSegList");
-shouldBeDefined("SVGAnimatedPathData");
shouldBeDefined("SVGPathElement");
shouldBeDefined("SVGRectElement");
shouldBeDefined("SVGCircleElement");

Powered by Google App Engine
This is Rietveld 408576698