Chromium Code Reviews

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More expectation updates. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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.. 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.. 3 PASS pathElement.getPointAtLength(Infinity) threw exception TypeError: Failed to execute 'getPointAtLength' on 'SVGPathElement': The provided float value is non -finite..
4 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.. 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.. 6 PASS pathElement.getPathSegAtLength(Infinity) threw exception TypeError: Failed to execute 'getPathSegAtLength' on 'SVGPathElement': The provided float value is non-finite..
7 PASS pathElement.createSVGPathSegMovetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegMovetoAbs' 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..
9 PASS pathElement.createSVGPathSegLinetoAbs(0.0) threw exception TypeError: Faile d to execute 'createSVGPathSegLinetoAbs' 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..
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..
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..
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..
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..
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..
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..
17 PASS pathElement.createSVGPathSegLinetoHorizontalAbs() threw exception TypeError : Failed to execute 'createSVGPathSegLinetoHorizontalAbs' 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..
19 PASS pathElement.createSVGPathSegLinetoVerticalAbs() threw exception TypeError: Failed to execute 'createSVGPathSegLinetoVerticalAbs' 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..
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..
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..
23 PASS pathElement.createSVGPathSegCurvetoQuadraticSmoothAbs(0.0) threw exception TypeError: Failed to execute 'createSVGPathSegCurvetoQuadraticSmoothAbs' 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..
25 PASS successfullyParsed is true 7 PASS successfullyParsed is true
26 8
27 TEST COMPLETE 9 TEST COMPLETE
28 Test that correct exceptions are thrown from SVGPathElement methods. 10 Test that correct exceptions are thrown from SVGPathElement methods.
29 11
30 12
OLDNEW

Powered by Google App Engine