Index: LayoutTests/svg/dom/SVGTransformList-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGTransformList-expected.txt b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
index 26b440de6b77c47f01af2f15a71f6136c4a0971e..ecc553cd832b8bc5c8837076f22bda28f362fa6d 100644 |
--- a/LayoutTests/svg/dom/SVGTransformList-expected.txt |
+++ b/LayoutTests/svg/dom/SVGTransformList-expected.txt |
@@ -11,7 +11,7 @@ PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro |
PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
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: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': The matrix provided is invalid.. |
+PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. |
PASS successfullyParsed is true |