Index: LayoutTests/platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt |
=================================================================== |
--- LayoutTests/platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt (revision 77373) |
+++ LayoutTests/platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt (working copy) |
@@ -5,14 +5,14 @@ |
PASS path.pathSegList.initialize(); threw exception SyntaxError: Not enough arguments. |
PASS path.getPathSegAtLength(0) is 0 |
-PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<an SVGPathElement> has no method 'insertItemBefore'. |
-PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathElement> has no method 'replaceItem'. |
-PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement> has no method 'appendItem'. |
+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'. |
List correctly initialised. |
PASS path.getPathSegAtLength(0) is 0 |
-PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<an SVGPathElement> has no method 'insertItemBefore'. |
-PASS path.replaceItem(null, 0) threw exception TypeError: Object #<an SVGPathElement> has no method 'replaceItem'. |
-PASS path.appendItem(null) threw exception TypeError: Object #<an SVGPathElement> has no method 'appendItem'. |
+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 successfullyParsed is true |
TEST COMPLETE |