Index: third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
deleted file mode 100644 |
index 5b8a824e1d689ea7d306555f91a30e82df2b7a3e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute 'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present.. |
-PASS path.getPathSegAtLength(0) is 0 |
-PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBefore is not a function. |
-PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is not a function. |
-PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a function. |
-List correctly initialised. |
-PASS path.getPathSegAtLength(0) is 0 |
-PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBefore is not a function. |
-PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is not a function. |
-PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a function. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |