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

Side by Side Diff: LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments-expected.txt

Issue 927073002: Add tests for SVGPathElement.get{PathSeg,Point}AtLength wrt non-finiteness (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present .. 1 PASS pathElement.getPointAtLength() threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': 1 argument required, but only 0 present ..
2 PASS pathElement.getPointAtLength(NaN) threw exception TypeError: Failed to exec ute 'getPointAtLength' on 'SVGPathElement': The provided float value is non-fini te..
3 PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non -finite..
2 PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execu te 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 pre sent.. 4 PASS pathElement.getPathSegAtLength() threw exception TypeError: Failed to execu te 'getPathSegAtLength' on 'SVGPathElement': 1 argument required, but only 0 pre sent..
5 PASS pathElement.getPathSegAtLength(NaN) threw exception TypeError: Failed to ex ecute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non- finite..
6 PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
3 PASS pathElement.createSVGPathSegMovetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegMovetoAbs' on 'SVGPathElement': 2 arguments requir ed, but only 1 present.. 7 PASS pathElement.createSVGPathSegMovetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegMovetoAbs' on 'SVGPathElement': 2 arguments requir ed, but only 1 present..
4 PASS pathElement.createSVGPathSegMovetoRel(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegMovetoRel' on 'SVGPathElement': 2 arguments requir ed, but only 1 present.. 8 PASS pathElement.createSVGPathSegMovetoRel(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegMovetoRel' on 'SVGPathElement': 2 arguments requir ed, but only 1 present..
5 PASS pathElement.createSVGPathSegLinetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegLinetoAbs' on 'SVGPathElement': 2 arguments requir ed, but only 1 present.. 9 PASS pathElement.createSVGPathSegLinetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegLinetoAbs' on 'SVGPathElement': 2 arguments requir ed, but only 1 present..
6 PASS pathElement.createSVGPathSegLinetoRel(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegLinetoRel' on 'SVGPathElement': 2 arguments requir ed, but only 1 present.. 10 PASS pathElement.createSVGPathSegLinetoRel(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegLinetoRel' on 'SVGPathElement': 2 arguments requir ed, but only 1 present..
7 PASS pathElement.createSVGPathSegCurvetoCubicAbs(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicAbs' on 'SVG PathElement': 6 arguments required, but only 5 present.. 11 PASS pathElement.createSVGPathSegCurvetoCubicAbs(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicAbs' on 'SVG PathElement': 6 arguments required, but only 5 present..
8 PASS pathElement.createSVGPathSegCurvetoCubicRel(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicRel' on 'SVG PathElement': 6 arguments required, but only 5 present.. 12 PASS pathElement.createSVGPathSegCurvetoCubicRel(0.0, 1.0, 2.0, 3.0, 4.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoCubicRel' on 'SVG PathElement': 6 arguments required, but only 5 present..
9 PASS pathElement.createSVGPathSegCurvetoQuadraticAbs(0.0, 1.0, 2.0) threw except ion TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticAbs' on 'SVGPa thElement': 4 arguments required, but only 3 present.. 13 PASS pathElement.createSVGPathSegCurvetoQuadraticAbs(0.0, 1.0, 2.0) threw except ion TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticAbs' on 'SVGPa thElement': 4 arguments required, but only 3 present..
10 PASS pathElement.createSVGPathSegCurvetoQuadraticRel(0.0, 1.0, 2.0) threw except ion TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticRel' on 'SVGPa thElement': 4 arguments required, but only 3 present.. 14 PASS pathElement.createSVGPathSegCurvetoQuadraticRel(0.0, 1.0, 2.0) threw except ion TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticRel' on 'SVGPa thElement': 4 arguments required, but only 3 present..
11 PASS pathElement.createSVGPathSegArcAbs(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exc eption TypeError: Failed to execute 'createSVGPathSegArcAbs' on 'SVGPathElement' : 7 arguments required, but only 6 present.. 15 PASS pathElement.createSVGPathSegArcAbs(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exc eption TypeError: Failed to execute 'createSVGPathSegArcAbs' on 'SVGPathElement' : 7 arguments required, but only 6 present..
12 PASS pathElement.createSVGPathSegArcRel(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exc eption TypeError: Failed to execute 'createSVGPathSegArcRel' on 'SVGPathElement' : 7 arguments required, but only 6 present.. 16 PASS pathElement.createSVGPathSegArcRel(0.0, 1.0, 2.0, 3.0, 4.0, true) threw exc eption TypeError: Failed to execute 'createSVGPathSegArcRel' on 'SVGPathElement' : 7 arguments required, but only 6 present..
13 PASS pathElement.createSVGPathSegLinetoHorizontalAbs() threw exception TypeError : Failed to execute 'createSVGPathSegLinetoHorizontalAbs' on 'SVGPathElement': 1 argument required, but only 0 present.. 17 PASS pathElement.createSVGPathSegLinetoHorizontalAbs() threw exception TypeError : Failed to execute 'createSVGPathSegLinetoHorizontalAbs' on 'SVGPathElement': 1 argument required, but only 0 present..
14 PASS pathElement.createSVGPathSegLinetoHorizontalRel() threw exception TypeError : Failed to execute 'createSVGPathSegLinetoHorizontalRel' on 'SVGPathElement': 1 argument required, but only 0 present.. 18 PASS pathElement.createSVGPathSegLinetoHorizontalRel() threw exception TypeError : Failed to execute 'createSVGPathSegLinetoHorizontalRel' on 'SVGPathElement': 1 argument required, but only 0 present..
15 PASS pathElement.createSVGPathSegLinetoVerticalAbs() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalAbs' on 'SVGPathElement': 1 arg ument required, but only 0 present.. 19 PASS pathElement.createSVGPathSegLinetoVerticalAbs() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalAbs' on 'SVGPathElement': 1 arg ument required, but only 0 present..
16 PASS pathElement.createSVGPathSegLinetoVerticalRel() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalRel' on 'SVGPathElement': 1 arg ument required, but only 0 present.. 20 PASS pathElement.createSVGPathSegLinetoVerticalRel() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalRel' on 'SVGPathElement': 1 arg ument required, but only 0 present..
17 PASS pathElement.createSVGPathSegCurvetoCubicSmoothAbs(0.0, 1.0, 2.0) threw exce ption TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothAbs' on 'S VGPathElement': 4 arguments required, but only 3 present.. 21 PASS pathElement.createSVGPathSegCurvetoCubicSmoothAbs(0.0, 1.0, 2.0) threw exce ption TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothAbs' on 'S VGPathElement': 4 arguments required, but only 3 present..
18 PASS pathElement.createSVGPathSegCurvetoCubicSmoothRel(0.0, 1.0, 2.0) threw exce ption TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothRel' on 'S VGPathElement': 4 arguments required, but only 3 present.. 22 PASS pathElement.createSVGPathSegCurvetoCubicSmoothRel(0.0, 1.0, 2.0) threw exce ption TypeError: Failed to execute 'createSVGPathSegCurvetoCubicSmoothRel' on 'S VGPathElement': 4 arguments required, but only 3 present..
19 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothAbs' on 'SVG PathElement': 2 arguments required, but only 1 present.. 23 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothAbs' on 'SVG PathElement': 2 arguments required, but only 1 present..
20 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothRel' on 'SVG PathElement': 2 arguments required, but only 1 present.. 24 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothRel(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothRel' on 'SVG PathElement': 2 arguments required, but only 1 present..
21 PASS successfullyParsed is true 25 PASS successfullyParsed is true
22 26
23 TEST COMPLETE 27 TEST COMPLETE
24 Test that correct exceptions are thrown from SVGPathElement methods. 28 Test that correct exceptions are thrown from SVGPathElement methods.
25 29
26 30
OLDNEW
« no previous file with comments | « LayoutTests/svg/dynamic-updates/SVGPathElement-valid-arguments.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698