Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: LayoutTests/svg/text/svgtextcontentelement-methods-parameters-expected.txt

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..

Powered by Google App Engine
This is Rietveld 408576698