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

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

Issue 144463014: Add [StrictTypeChecking] to the SVGGeometryElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop/change TC; Simplify generated code. Created 6 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/svg/dom/undefined-null.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': 1 argument requ ired, but only 0 present.. 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: Failed to execute 'createSVGTransformFromMatrix' on 'SVG TransformList': parameter 1 is not of type 'SVGMatrix'.. 9 PASS transform.createSVGTransformFromMatrix(svgElement.createSVGTransform()) thr ew exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVG TransformList': parameter 1 is not of type 'SVGMatrix'..
10 PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro r: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': param eter 1 is not of type 'SVGMatrix'.. 10 PASS transform.createSVGTransformFromMatrix(svgElement) threw exception TypeErro r: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': param eter 1 is not of type 'SVGMatrix'..
11 PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError : Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parame ter 1 is not of type 'SVGMatrix'.. 11 PASS transform.createSVGTransformFromMatrix('aString') threw exception TypeError : Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parame ter 1 is not of type 'SVGMatrix'..
12 PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. 12 PASS transform.createSVGTransformFromMatrix(1) threw exception TypeError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
13 PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Fai led to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. 13 PASS transform.createSVGTransformFromMatrix(true) threw exception TypeError: Fai led to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
14 PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeMisma tchError: Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList' : The matrix provided is invalid.. 14 PASS transform.createSVGTransformFromMatrix(undefined) threw exception TypeError : Failed to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parame ter 1 is not of type 'SVGMatrix'..
15 PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Fai led to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'.. 15 PASS transform.createSVGTransformFromMatrix(null) threw exception TypeError: Fai led to execute 'createSVGTransformFromMatrix' on 'SVGTransformList': parameter 1 is not of type 'SVGMatrix'..
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/dom/undefined-null.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698