| Index: LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| diff --git a/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt b/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| index 3bb36846d73b23a14cef74742be7272ae569ef42..0e09aa9d8dea58d82f4d4f539eaa190cec8d34fd 100644
|
| --- a/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| +++ b/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt
|
| @@ -3,7 +3,7 @@ Tests that an exception is thrown if we try to get a pathSeg for a length out of
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS path.pathSegList.initialize(); threw exception TypeError: Not enough arguments.
|
| +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: Object #<SVGPathElement> has no method 'insertItemBefore'.
|
| PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElement> has no method 'replaceItem'.
|
|
|