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

Side by Side Diff: LayoutTests/svg/dom/SVGTransformList-expected.txt

Issue 24203002: Improve generated "Not enough arguments." TypeError exceptions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks the SVGTransformList API 1 This test checks the SVGTransformList API
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 Check passing invalid arguments to 'createSVGTransformFromMatrix' 7 Check passing invalid arguments to 'createSVGTransformFromMatrix'
8 PASS transform.createSVGTransformFromMatrix() threw exception TypeError: Not eno ugh arguments. 8 PASS transform.createSVGTransformFromMatrix() threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': 1 argument requ ired, but only 0 present..
9 PASS transform.createSVGTransformFromMatrix(svgElement.createSVGTransform()) thr ew exception TypeError: Type error. 9 PASS transform.createSVGTransformFromMatrix(svgElement.createSVGTransform()) thr ew exception TypeError: Type error.
10 PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro r: Type error. 10 PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro r: Type error.
11 PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError : Type error. 11 PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError : Type error.
12 PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Type e rror. 12 PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Type e rror.
13 PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Typ e error. 13 PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Typ e error.
14 PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMisma tchError: The type of an object was incompatible with the expected type of the p arameter associated to the object.. 14 PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMisma tchError: The type of an object was incompatible with the expected type of the p arameter associated to the object..
15 PASS transform.createSVGTransformFromMatrix(null) threw exception TypeMismatchEr ror: The type of an object was incompatible with the expected type of the parame ter associated to the object.. 15 PASS transform.createSVGTransformFromMatrix(null) threw exception TypeMismatchEr ror: The type of an object was incompatible with the expected type of the parame ter associated to the object..
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698