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

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

Issue 2413753004: Move getTotalLength and getPointAtLength methods from SVGPathElement to SVGGeometryElement. (Closed)
Patch Set: Align with review comments Created 4 years, 1 month 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
OLDNEW
(Empty)
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..
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..
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
10 Test that correct exceptions are thrown from SVGPathElement methods.
11
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698