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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/path-totalLength-expected.txt

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Align with review comments Created 4 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/path-totalLength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/path-totalLength-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/path-totalLength-expected.txt
deleted file mode 100644
index 46f3426c237733e6606e95f34bd021da3693b0f8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/path-totalLength-expected.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-This tests getTotalLength of SVG path.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS getTotalLength('M0,20 L400,20 L640,20') is 640
-PASS getTotalLength('M0,20 L400,20 L640,20 z') is 1280
-PASS getTotalLength('M0,20 L400,20 z M 320,20 L640,20') is 1120
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698