OLD | NEW |
| 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 |
OLD | NEW |