Index: third_party/WebKit/LayoutTests/svg/dom/path-pointAtLength-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/path-pointAtLength-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/path-pointAtLength-expected.txt |
deleted file mode 100644 |
index a1eb3f12ed0f1514d2d2fe38db2fdc89b5172c2c..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/svg/dom/path-pointAtLength-expected.txt |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-This tests getPointAtLength of SVG path. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS pointAtLengthOfPath('M0,20 L400,20 L640,20') is '(640, 20)' |
-PASS pointAtLengthOfPath('M0,20 L400,20 L640,20 z') is '(580, 20)' |
-PASS pointAtLengthOfPath('M0,20 L400,20 z M 320,20 L640,20') is '(100, 20)' |
-PASS pointAtLengthOfPath('M0,20 L20,40') is '(20, 40)' |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |