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

Unified Diff: third_party/WebKit/LayoutTests/fast/svg/svglist.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/fast/svg/svglist.html
diff --git a/third_party/WebKit/LayoutTests/fast/svg/svglist.html b/third_party/WebKit/LayoutTests/fast/svg/svglist.html
index 7f821304e4b77c0bc9c36bbd227eba31077939df..6ff3e76bbe794dd4178a44ff97f37eca0d773b0b 100644
--- a/third_party/WebKit/LayoutTests/fast/svg/svglist.html
+++ b/third_party/WebKit/LayoutTests/fast/svg/svglist.html
@@ -85,13 +85,6 @@ var lists = {
a.matrix.e == b.matrix.e &&
a.matrix.f == b.matrix.f; }
},
- "SVGPathSegList":
- { "impl": path.pathSegList,
- "type": "SVGPathSegMovetoAbs",
- "length": 10,
- "insert_value": path.createSVGPathSegMovetoAbs(5,5),
- "equals": function(a,b) { return a.x == b.x && a.y == b.y; }
- },
"SVGLengthList":
{ "impl": text.dx.baseVal,
"type": "SVGLength",

Powered by Google App Engine
This is Rietveld 408576698