| Index: third_party/WebKit/LayoutTests/platform/android/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/android/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt b/third_party/WebKit/LayoutTests/platform/android/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| deleted file mode 100644
|
| index 9f7017499023389de6433ee28270810831d6e0e7..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/platform/android/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: undefined is not a function.
|
| -PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a function.
|
| -PASS path.appendItem(null) threw exception TypeError: undefined is not a function.
|
| -List correctly initialised.
|
| -PASS path.getPathSegAtLength(0) is 0
|
| -PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not a function.
|
| -PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a function.
|
| -PASS path.appendItem(null) threw exception TypeError: undefined is not a function.
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|