Index: LayoutTests/svg/dom/SVGTransformList-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGTransformList-expected.txt b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
index 95e77866c622497c25736c2920e133625fb8f9ce..5ec9dd0e10de6964154605fefb570d2e463ca475 100644 |
--- a/LayoutTests/svg/dom/SVGTransformList-expected.txt |
+++ b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
@@ -11,8 +11,8 @@ PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro |
PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError: Type error. |
PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Type error. |
PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Type error. |
-PASS transform.createSVGTransformFromMatrix(undefined) threw exception Error: TypeMismatchError: DOM Exception 17. |
-PASS transform.createSVGTransformFromMatrix(null) threw exception Error: TypeMismatchError: DOM Exception 17. |
+PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object.. |
+PASS transform.createSVGTransformFromMatrix(null) threw exception TypeMismatchError: The type of an object was incompatible with the expected type of the parameter associated to the object.. |
PASS successfullyParsed is true |
TEST COMPLETE |