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: third_party/WebKit/LayoutTests/svg/dom/svgpath-getPathSegAtLength-expected.txt

Issue 2824883004: Deprecate SVGPathElement.getPathSegAtLength. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 1: SVGPathElement.getPathSegAtLength is deprecated and wil l be removed in M62, around October 2017. See https://www.chromestatus.com/featu res/5638783282184192 for more details.
1 Test SVG path.getPathSegAtLength(). 2 Test SVG path.getPathSegAtLength().
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS path.getPathSegAtLength(0) is 0 7 PASS path.getPathSegAtLength(0) is 0
7 PASS path.getPathSegAtLength(1) is 1 8 PASS path.getPathSegAtLength(1) is 1
8 PASS path.getPathSegAtLength(5) is 1 9 PASS path.getPathSegAtLength(5) is 1
9 PASS path.getPathSegAtLength(6) is 2 10 PASS path.getPathSegAtLength(6) is 2
10 PASS path.getPathSegAtLength(10) is 2 11 PASS path.getPathSegAtLength(10) is 2
11 PASS path.getPathSegAtLength(11) is 3 12 PASS path.getPathSegAtLength(11) is 3
12 PASS path.getPathSegAtLength(16) is 3 13 PASS path.getPathSegAtLength(16) is 3
13 PASS path.getPathSegAtLength(20) is 3 14 PASS path.getPathSegAtLength(20) is 3
14 PASS path.getPathSegAtLength(24) is 3 15 PASS path.getPathSegAtLength(24) is 3
15 PASS path.getPathSegAtLength(25) is 3 16 PASS path.getPathSegAtLength(25) is 3
16 PASS path.getPathSegAtLength(100) is 3 17 PASS path.getPathSegAtLength(100) is 3
17 PASS successfullyParsed is true 18 PASS successfullyParsed is true
18 19
19 TEST COMPLETE 20 TEST COMPLETE
20 21
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698