| Index: LayoutTests/svg/dom/SVGTransformList-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGTransformList-expected.txt b/LayoutTests/svg/dom/SVGTransformList-expected.txt
|
| index 5ec9dd0e10de6964154605fefb570d2e463ca475..17499017f970d3038b598a3feaf91bd70e6a8995 100644
|
| --- a/LayoutTests/svg/dom/SVGTransformList-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGTransformList-expected.txt
|
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| Check passing invalid arguments to 'createSVGTransformFromMatrix'
|
| -PASS transform.createSVGTransformFromMatrix() threw exception TypeError: Not enough arguments.
|
| +PASS transform.createSVGTransformFromMatrix() threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': 1 argument required, but only 0 present..
|
| PASS transform.createSVGTransformFromMatrix(svgElement.createSVGTransform()) threw exception TypeError: Type error.
|
| PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeError: Type error.
|
| PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError: Type error.
|
|
|