| Index: LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt
|
| diff --git a/LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt b/LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt
|
| index eaf3d2abebc3394343b9970d44e6e2a33525fe11..a65cf3dfc2ea8b500b71741b0da082dff3cd2f4d 100644
|
| --- a/LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt
|
| +++ b/LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt
|
| @@ -10,8 +10,8 @@ PASS svgText.getEndPositionOfChar() threw exception TypeError: Failed to execute
|
| PASS svgText.getExtentOfChar() threw exception TypeError: Failed to execute 'getExtentOfChar' on 'SVGTextContentElement': 1 argument required, but only 0 present..
|
| PASS svgText.getRotationOfChar() threw exception TypeError: Failed to execute 'getRotationOfChar' on 'SVGTextContentElement': 1 argument required, but only 0 present..
|
| PASS svgText.getCharNumAtPosition() threw exception TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': 1 argument required, but only 0 present..
|
| -PASS svgText.getCharNumAtPosition('aString') threw exception TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': parameter 1 is not of type 'SVGPoint'..
|
| -PASS svgText.getCharNumAtPosition(svgText) threw exception TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': parameter 1 is not of type 'SVGPoint'..
|
| +FAIL svgText.getCharNumAtPosition('aString') should throw TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': parameter 1 is not of type 'SVGPoint'.. Threw exception TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': The argument can't be null..
|
| +FAIL svgText.getCharNumAtPosition(svgText) should throw TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': parameter 1 is not of type 'SVGPoint'.. Threw exception TypeError: Failed to execute 'getCharNumAtPosition' on 'SVGTextContentElement': The argument can't be null..
|
| PASS svgText.selectSubString() threw exception TypeError: Failed to execute 'selectSubString' on 'SVGTextContentElement': 2 arguments required, but only 0 present..
|
| PASS svgText.selectSubString(2) threw exception TypeError: Failed to execute 'selectSubString' on 'SVGTextContentElement': 2 arguments required, but only 1 present..
|
| PASS svgText.getSubStringLength(999, 2) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
|
|