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 0e09aa9d8dea58d82f4d4f539eaa190cec8d34fd..9f7017499023389de6433ee28270810831d6e0e7 100644 |
--- a/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
+++ b/LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
@@ -5,14 +5,14 @@ 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: Object #<SVGPathElement> has no method 'insertItemBefore'. |
-PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElement> has no method 'replaceItem'. |
-PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> has no method 'appendItem'. |
+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: Object #<SVGPathElement> has no method 'insertItemBefore'. |
-PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElement> has no method 'replaceItem'. |
-PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> has no method 'appendItem'. |
+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 |