| Index: LayoutTests/svg/dom/SVGPoint-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGPoint-expected.txt b/LayoutTests/svg/dom/SVGPoint-expected.txt
|
| index b5266608802b865ac0cc6ecd5593c45a7e3bdc8a..a351b0316b48d7e5bd4eec5f6193f4f028d13da7 100644
|
| --- a/LayoutTests/svg/dom/SVGPoint-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGPoint-expected.txt
|
| @@ -28,7 +28,7 @@ PASS newPoint.x is 60
|
| PASS newPoint.y is 210
|
|
|
| Check invalid arguments for 'matrixTransform'
|
| -PASS point.matrixTransform() threw exception TypeError: Not enough arguments.
|
| +PASS point.matrixTransform() threw exception TypeError: Failed to execute 'matrixTransform' on 'SVGPoint': 1 argument required, but only 0 present..
|
| PASS point.matrixTransform(-1) threw exception TypeError: Type error.
|
| PASS point.matrixTransform(5) threw exception TypeError: Type error.
|
| PASS point.matrixTransform('aString') threw exception TypeError: Type error.
|
|
|