Index: LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt b/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt |
index 78a7d10136a396fb51c46145233c497bc2b30d64..cb2746fbf3b574777a2a88b6d2d9f4a28591ce02 100644 |
--- a/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt |
+++ b/LayoutTests/svg/dom/SVGPathSegList-clear-and-initialize-expected.txt |
@@ -43,7 +43,7 @@ PASS item0.y += 50 is 150 |
Check intermediate list state of path1 |
PASS path1.pathSegList.numberOfItems is 0 |
-PASS path1.pathSegList.getItem(0) threw exception Error: IndexSizeError: DOM Exception 1. |
+PASS path1.pathSegList.getItem(0) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value.. |
Check intermediate list state of path2 |
PASS path2.pathSegList.numberOfItems is 3 |