| 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..10c1bb06c312d17f81c5f140df7cc8d7f0cc75ca 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..
|
| +FAIL transform.createSVGTransformFromMatrix(undefined) should throw an exception. Was null.
|
| PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
|
| PASS successfullyParsed is true
|
|
|
|
|