| Index: LayoutTests/svg/dom/SVGTransform-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGTransform-expected.txt b/LayoutTests/svg/dom/SVGTransform-expected.txt
|
| index c17facbc240498726cc8d243414ab8e6ccbeab61..40a9614bc1d00c15047e75597819afbf9a5a70f3 100644
|
| --- a/LayoutTests/svg/dom/SVGTransform-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGTransform-expected.txt
|
| @@ -49,7 +49,7 @@ PASS transform.matrix.e is 0
|
| PASS transform.matrix.f is 0
|
|
|
| Check passing invalid arguments to 'setMatrix'
|
| -PASS transform.setMatrix() threw exception TypeError: Not enough arguments.
|
| +PASS transform.setMatrix() threw exception TypeError: Failed to execute 'setMatrix' on 'SVGTransform': 1 argument required, but only 0 present..
|
| PASS transform.setMatrix(transform) threw exception TypeError: Type error.
|
| PASS transform.setMatrix(svgElement) threw exception TypeError: Type error.
|
| PASS transform.setMatrix('aString') threw exception TypeError: Type error.
|
| @@ -57,10 +57,10 @@ PASS transform.setMatrix(1) threw exception TypeError: Type error.
|
| PASS transform.setMatrix(false) threw exception TypeError: Type error.
|
|
|
| Check passing invalid arguments to 'setTranslate'
|
| -PASS transform.setTranslate() threw exception TypeError: Not enough arguments.
|
| -PASS transform.setTranslate(transform) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setTranslate(svgElement) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setTranslate('aString') threw exception TypeError: Not enough arguments.
|
| +PASS transform.setTranslate() threw exception TypeError: Failed to execute 'setTranslate' on 'SVGTransform': 2 arguments required, but only 0 present..
|
| +PASS transform.setTranslate(transform) threw exception TypeError: Failed to execute 'setTranslate' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| +PASS transform.setTranslate(svgElement) threw exception TypeError: Failed to execute 'setTranslate' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| +PASS transform.setTranslate('aString') threw exception TypeError: Failed to execute 'setTranslate' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| PASS transform.setTranslate(1, transform) is undefined.
|
| PASS transform.setTranslate(1, svgElement) is undefined.
|
| PASS transform.setTranslate(1, 'aString') is undefined.
|
| @@ -72,10 +72,10 @@ PASS transform.setTranslate(svgElement, svgElement) is undefined.
|
| PASS transform.setTranslate('aString', 'aString') is undefined.
|
|
|
| Check passing invalid arguments to 'setScale'
|
| -PASS transform.setScale() threw exception TypeError: Not enough arguments.
|
| -PASS transform.setScale(transform) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setScale(svgElement) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setScale('aString') threw exception TypeError: Not enough arguments.
|
| +PASS transform.setScale() threw exception TypeError: Failed to execute 'setScale' on 'SVGTransform': 2 arguments required, but only 0 present..
|
| +PASS transform.setScale(transform) threw exception TypeError: Failed to execute 'setScale' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| +PASS transform.setScale(svgElement) threw exception TypeError: Failed to execute 'setScale' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| +PASS transform.setScale('aString') threw exception TypeError: Failed to execute 'setScale' on 'SVGTransform': 2 arguments required, but only 1 present..
|
| PASS transform.setScale(1, transform) is undefined.
|
| PASS transform.setScale(1, svgElement) is undefined.
|
| PASS transform.setScale(1, 'aString') is undefined.
|
| @@ -87,25 +87,25 @@ PASS transform.setScale(svgElement, svgElement) is undefined.
|
| PASS transform.setScale('aString', 'aString') is undefined.
|
|
|
| Check passing invalid arguments to 'setRotate'
|
| -PASS transform.setRotate() threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate(transform) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate(svgElement) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate('aString') threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate(1, transform) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate(1, svgElement) threw exception TypeError: Not enough arguments.
|
| -PASS transform.setRotate(1, 'aString') threw exception TypeError: Not enough arguments.
|
| +PASS transform.setRotate() threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 0 present..
|
| +PASS transform.setRotate(transform) threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 1 present..
|
| +PASS transform.setRotate(svgElement) threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 1 present..
|
| +PASS transform.setRotate('aString') threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 1 present..
|
| +PASS transform.setRotate(1, transform) threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 2 present..
|
| +PASS transform.setRotate(1, svgElement) threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 2 present..
|
| +PASS transform.setRotate(1, 'aString') threw exception TypeError: Failed to execute 'setRotate' on 'SVGTransform': 3 arguments required, but only 2 present..
|
| PASS transform.setRotate(1, 1, transform) is undefined.
|
| PASS transform.setRotate(1, 1, svgElement) is undefined.
|
| PASS transform.setRotate(1, 1, 'aString') is undefined.
|
|
|
| Check passing invalid arguments to 'setSkewX'
|
| -PASS transform.setSkewX() threw exception TypeError: Not enough arguments.
|
| +PASS transform.setSkewX() threw exception TypeError: Failed to execute 'setSkewX' on 'SVGTransform': 1 argument required, but only 0 present..
|
| PASS transform.setSkewX(transform) is undefined.
|
| PASS transform.setSkewX(svgElement) is undefined.
|
| PASS transform.setSkewX('aString') is undefined.
|
|
|
| Check passing invalid arguments to 'setSkewY'
|
| -PASS transform.setSkewY() threw exception TypeError: Not enough arguments.
|
| +PASS transform.setSkewY() threw exception TypeError: Failed to execute 'setSkewY' on 'SVGTransform': 1 argument required, but only 0 present..
|
| PASS transform.setSkewY(transform) is undefined.
|
| PASS transform.setSkewY(svgElement) is undefined.
|
| PASS transform.setSkewY('aString') is undefined.
|
|
|