Index: LayoutTests/svg/dom/SVGTransformList-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGTransformList-expected.txt b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
index e306d6c43dc96a309d18d71e10441b4e4dfd0d96..f3438cc23a906d6c3d5233a984891d18bc192052 100644 |
--- a/LayoutTests/svg/dom/SVGTransformList-expected.txt |
+++ b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
@@ -12,7 +12,7 @@ PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError |
PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
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 transform.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
PASS successfullyParsed is true |
TEST COMPLETE |