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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/interpolation/svg-d-interpolation-expected.txt

Issue 1592593002: Web Animations: Animate d presentation attribute using InterpolableValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove assert Created 4 years, 11 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS This test uses interpolation-test.js.
3 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (-0.3) is [path('m 0 0 h 3')]
4 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0) is [path('m 0 0 h 3')]
5 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.3) is [path('m 0 0 h 3')]
6 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.5) is [path('m 0 0 h 3')]
7 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.6) is [path('m 0 0 h 3')]
8 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1) is [path('m 0 0 h 3')]
9 PASS CSS Transitions: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1.5) is [path('m 0 0 h 3')]
10 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (-0.3) is [path('m 20 0 v 2')]
11 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (0) is [path('m 20 0 v 2')]
12 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (0.3) is [path('m 20 0 v 2')]
13 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (0.5) is [path('m 20 0 v 2')]
14 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (0.6) is [path('m 20 0 v 2')]
15 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (1) is [path('m 20 0 v 2')]
16 PASS CSS Transitions: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2')] at (1.5) is [path('m 20 0 v 2')]
17 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (-0.3) is [path('m 1 2 l 3 4')]
18 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0) is [path('m 1 2 l 3 4')]
19 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.3) is [path('m 1 2 l 3 4')]
20 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.5) is [path('m 1 2 l 3 4')]
21 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.6) is [path('m 1 2 l 3 4')]
22 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1) is [path('m 1 2 l 3 4')]
23 PASS CSS Transitions: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1.5) is [path('m 1 2 l 3 4')]
24 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (-0.4) is [path('m 0 0 Z')]
25 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (0) is [path('m 0 0 Z')]
26 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (0.2) is [path('m 0 0 Z')]
27 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (0.6) is [path('m 0 0 Z')]
28 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (1) is [path('m 0 0 Z')]
29 PASS CSS Transitions: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] a t (1.4) is [path('m 0 0 Z')]
30 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (-0.4) is [path('M 16 42')]
31 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (0) is [path('M 20 50')]
32 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (0.2) is [path('M 22 54')]
33 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (0.6) is [path('M 26 62')]
34 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (1) is [path('M 30 70')]
35 PASS CSS Transitions: property <d> from [path('M 20 50')] to [path('M 30 70')] a t (1.4) is [path('M 34 78')]
36 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (-0.4) is [path('m 16 42')]
37 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (0) is [path('m 20 50')]
38 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (0.2) is [path('m 22 54')]
39 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (0.6) is [path('m 26 62')]
40 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (1) is [path('m 30 70')]
41 PASS CSS Transitions: property <d> from [path('m 20 50')] to [path('m 30 70')] a t (1.4) is [path('m 34 78')]
42 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (-0.4) is [path('m 0 0 L 16 42')]
43 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0) is [path('m 0 0 L 20 50')]
44 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.2) is [path('m 0 0 L 22 54')]
45 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.6) is [path('m 0 0 L 26 62')]
46 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1) is [path('m 0 0 L 30 70')]
47 PASS CSS Transitions: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1.4) is [path('m 0 0 L 34 78')]
48 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (-0.4) is [path('m 0 0 l 16 42')]
49 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0) is [path('m 0 0 l 20 50')]
50 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.2) is [path('m 0 0 l 22 54')]
51 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.6) is [path('m 0 0 l 26 62')]
52 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1) is [path('m 0 0 l 30 70')]
53 PASS CSS Transitions: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1.4) is [path('m 0 0 l 34 78')]
54 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 C 30 40 50 60 10 20 ')]
55 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (0) is [path('m 0 0 C 32 42 52 62 12 22')]
56 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 C 33 43 53 63 13 23' )]
57 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 C 35 45 55 65 15 25' )]
58 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (1) is [path('m 0 0 C 37 47 57 67 17 27')]
59 PASS CSS Transitions: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [ path('m 0 0 C 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 C 39 49 59 69 19 29' )]
60 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 c 30 40 50 60 10 20 ')]
61 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (0) is [path('m 0 0 c 32 42 52 62 12 22')]
62 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 c 33 43 53 63 13 23' )]
63 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 c 35 45 55 65 15 25' )]
64 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (1) is [path('m 0 0 c 37 47 57 67 17 27')]
65 PASS CSS Transitions: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [ path('m 0 0 c 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 c 39 49 59 69 19 29' )]
66 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (-0.4) is [path('m 0 0 Q 30 40 50 60')]
67 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (0) is [path('m 0 0 Q 32 42 52 62')]
68 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (0.2) is [path('m 0 0 Q 33 43 53 63')]
69 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (0.6) is [path('m 0 0 Q 35 45 55 65')]
70 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (1) is [path('m 0 0 Q 37 47 57 67')]
71 PASS CSS Transitions: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path(' m 0 0 Q 37 47 57 67')] at (1.4) is [path('m 0 0 Q 39 49 59 69')]
72 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (-0.4) is [path('m 0 0 q 30 40 50 60')]
73 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (0) is [path('m 0 0 q 32 42 52 62')]
74 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (0.2) is [path('m 0 0 q 33 43 53 63')]
75 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (0.6) is [path('m 0 0 q 35 45 55 65')]
76 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (1) is [path('m 0 0 q 37 47 57 67')]
77 PASS CSS Transitions: property <d> from [path('m 0 0 q 32 42 52 62')] to [path(' m 0 0 q 37 47 57 67')] at (1.4) is [path('m 0 0 q 39 49 59 69')]
78 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 A -10 -2.98023e- 7 10 1 0 20 30')]
79 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 A 10 20 30 1 0 40 5 0')]
80 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 A 20 30 40 1 0 50 60')]
81 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 A 40 50 60 0 1 70 80')]
82 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 A 60 70 80 0 1 90 1 00')]
83 PASS CSS Transitions: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [path('m 0 0 A 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 A 80 90 100 0 1 1 10 120')]
84 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 a -10 -2.98023e- 7 10 1 0 20 30')]
85 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 a 10 20 30 1 0 40 5 0')]
86 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 a 20 30 40 1 0 50 60')]
87 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 a 40 50 60 0 1 70 80')]
88 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 a 60 70 80 0 1 90 1 00')]
89 PASS CSS Transitions: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [path('m 0 0 a 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 a 80 90 100 0 1 1 10 120')]
90 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (-0.4) is [path('m 0 0 H -10')]
91 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (0) is [path('m 0 0 H 10')]
92 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (0.2) is [path('m 0 0 H 20')]
93 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (0.6) is [path('m 0 0 H 40')]
94 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (1) is [path('m 0 0 H 60')]
95 PASS CSS Transitions: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 6 0')] at (1.4) is [path('m 0 0 H 80')]
96 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (-0.4) is [path('m 0 0 h -10')]
97 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (0) is [path('m 0 0 h 10')]
98 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (0.2) is [path('m 0 0 h 20')]
99 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (0.6) is [path('m 0 0 h 40')]
100 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (1) is [path('m 0 0 h 60')]
101 PASS CSS Transitions: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 6 0')] at (1.4) is [path('m 0 0 h 80')]
102 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (-0.4) is [path('m 0 0 V -10')]
103 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (0) is [path('m 0 0 V 10')]
104 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (0.2) is [path('m 0 0 V 20')]
105 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (0.6) is [path('m 0 0 V 40')]
106 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (1) is [path('m 0 0 V 60')]
107 PASS CSS Transitions: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 6 0')] at (1.4) is [path('m 0 0 V 80')]
108 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (-0.4) is [path('m 0 0 v -10')]
109 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (0) is [path('m 0 0 v 10')]
110 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (0.2) is [path('m 0 0 v 20')]
111 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (0.6) is [path('m 0 0 v 40')]
112 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (1) is [path('m 0 0 v 60')]
113 PASS CSS Transitions: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 6 0')] at (1.4) is [path('m 0 0 v 80')]
114 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (-0.4) is [path('m 0 0 S 30 40 50 60')]
115 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (0) is [path('m 0 0 S 32 42 52 62')]
116 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (0.2) is [path('m 0 0 S 33 43 53 63')]
117 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (0.6) is [path('m 0 0 S 35 45 55 65')]
118 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (1) is [path('m 0 0 S 37 47 57 67')]
119 PASS CSS Transitions: property <d> from [path('m 0 0 S 32 42 52 62')] to [path(' m 0 0 S 37 47 57 67')] at (1.4) is [path('m 0 0 S 39 49 59 69')]
120 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (-0.4) is [path('m 0 0 s 30 40 50 60')]
121 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (0) is [path('m 0 0 s 32 42 52 62')]
122 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (0.2) is [path('m 0 0 s 33 43 53 63')]
123 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (0.6) is [path('m 0 0 s 35 45 55 65')]
124 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (1) is [path('m 0 0 s 37 47 57 67')]
125 PASS CSS Transitions: property <d> from [path('m 0 0 s 32 42 52 62')] to [path(' m 0 0 s 37 47 57 67')] at (1.4) is [path('m 0 0 s 39 49 59 69')]
126 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (-0.4) is [path('m 0 0 T 16 42')]
127 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0) is [path('m 0 0 T 20 50')]
128 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.2) is [path('m 0 0 T 22 54')]
129 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.6) is [path('m 0 0 T 26 62')]
130 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1) is [path('m 0 0 T 30 70')]
131 PASS CSS Transitions: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1.4) is [path('m 0 0 T 34 78')]
132 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (-0.4) is [path('m 0 0 t 16 42')]
133 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0) is [path('m 0 0 t 20 50')]
134 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.2) is [path('m 0 0 t 22 54')]
135 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.6) is [path('m 0 0 t 26 62')]
136 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1) is [path('m 0 0 t 30 70')]
137 PASS CSS Transitions: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1.4) is [path('m 0 0 t 34 78')]
138 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (-0.4) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 120 20 Z')] assert_eq uals: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 - 180 Z ' ) " bu t got "path ( ' M 0 0 L 100 100 M 100 200 L 200 200 Z L 120 20 Z ' ) "
139 PASS CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
140 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (0.2) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 240 140 Z')] assert_eq uals: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 - 60 Z ' ) " bu t got "path ( ' M 0 0 L 100 100 M 100 200 L 200 200 Z L 240 140 Z ' ) "
141 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 20 Z')] assert_equals: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z ' ) " but got " path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 20 Z ' ) "
142 PASS CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z')]
143 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] a t (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 280 180 Z')] assert_equals : expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 240 180 Z ' ) " but got "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 280 180 Z ' ) "
144 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (-0.4) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 160 100 Z')] assert_ equals: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z ' ) " but got "path ( ' M 0 0 L 100 100 M 100 200 L 200 200 Z L 160 100 Z ' ) "
145 PASS CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
146 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (0.2) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 220 100 Z')] assert_e quals: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z ' ) " but got "path ( ' M 0 0 L 100 100 M 100 200 L 200 200 Z L 220 100 Z ' ) "
147 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 -100 Z')] assert_equal s: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z ' ) " but got "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 - 100 Z ' ) "
148 PASS CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
149 FAIL CSS Transitions: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 2 00 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] at (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 140 -100 Z')] assert_equa ls: expected "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z ' ) " but got "path ( ' M 0 0 L 100 100 m 0 100 l 100 0 Z l 140 - 100 Z ' ) "
150 FAIL CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (-0.4) is [path('m -30 -20 l 20 30 Z l 90 100 Z m 90 1 00 l 90 60 Z t 90 160')] assert_equals: expected "path ( ' M - 30 - 20 L - 10 10 Z L 52 68 Z M 72 84 L 162 144 Z T 126 220 ' ) " but got "path ( ' m - 30 - 20 l 20 30 Z l 90 100 Z m 90 100 l 90 60 Z t 90 160 ' ) "
151 PASS CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (0) is [path('m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 70 120')]
152 FAIL CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (0.2) is [path('m 30 40 l 20 30 Z l 30 40 Z m 60 70 l 90 60 Z t 60 100')] assert_equals: expected "path ( ' M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220 ' ) " but got "path ( ' m 30 40 l 20 30 Z l 30 40 Z m 60 70 l 90 60 Z t 60 100 ' ) "
153 FAIL CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (0.6) is [path('M 70 80 L 90 110 Z L 80 110 Z M 120 16 0 L 210 220 Z T 250 280')] assert_equals: expected "path ( ' M 70 80 L 90 110 Z L 72 98 Z M 92 124 L 182 184 Z T 186 220 ' ) " but got "path ( ' M 70 80 L 90 11 0 Z L 80 110 Z M 120 160 L 210 220 Z T 250 280 ' ) "
154 PASS CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (1) is [path('M 110 120 L 130 150 Z L 80 110 Z M 100 1 40 L 190 200 Z T 210 220')]
155 FAIL CSS Transitions: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220')] at (1.4) is [path('M 150 160 L 170 190 Z L 80 110 Z M 80 120 L 170 180 Z T 170 160')] assert_equals: expected "path ( ' M 150 160 L 170 1 90 Z L 88 122 Z M 108 156 L 198 216 Z T 234 220 ' ) " but got "path ( ' M 150 16 0 L 170 190 Z L 80 110 Z M 80 120 L 170 180 Z T 170 160 ' ) "
156 FAIL CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (-0.4) is [path('m -30 -20 c 44 58 34 68 84 78 c 82 88 132 98 112 118')] assert_equals: expected "path ( ' M - 30 - 20 C 14 38 4 48 54 58 C 136 146 186 156 166 176 ' ) " but got "path ( ' m - 30 - 20 c 44 58 34 68 84 78 c 82 88 132 98 112 118 ' ) "
157 PASS CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (0) is [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')]
158 FAIL CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (0.2) is [path('m 30 40 c 38 46 28 56 78 66 c 94 106 144 11 6 124 136')] assert_equals: expected "path ( ' M 30 40 C 68 86 58 96 108 106 C 2 02 212 252 222 232 242 ' ) " but got "path ( ' m 30 40 c 38 46 28 56 78 66 c 94 106 144 116 124 136 ' ) "
159 PASS CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (0.6) is [path('M 70 80 C 104 118 94 128 144 138 C 246 256 296 266 276 286')]
160 PASS CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (1) is [path('M 110 120 C 140 150 130 160 180 170 C 290 300 340 310 320 330')]
161 PASS CSS Transitions: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 3 40 310 320 330')] at (1.4) is [path('M 150 160 C 176 182 166 192 216 202 C 334 3 44 384 354 364 374')]
162 FAIL CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (-0.4) is [ path('m -30 -20 q 34 68 44 58 q 116 90 106 100')] assert_equals: expected "path ( ' M - 30 - 20 Q 4 48 14 38 Q 130 128 120 138 ' ) " but got "path ( ' m - 30 - 20 q 34 68 44 58 q 116 90 106 100 ' ) "
163 PASS CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0) is [pat h('m 10 20 q 30 60 40 50 q 100 70 90 80')]
164 FAIL CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.2) is [p ath('m 30 40 q 28 56 38 46 q 92 60 82 70')] assert_equals: expected "path ( ' M 30 40 Q 58 96 68 86 Q 160 146 150 156 ' ) " but got "path ( ' m 30 40 q 28 56 38 46 q 92 60 82 70 ' ) "
165 PASS CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.6) is [p ath('M 70 80 Q 94 128 104 118 Q 180 158 170 168')]
166 PASS CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1) is [pat h('M 110 120 Q 130 160 140 150 Q 200 170 190 180')]
167 PASS CSS Transitions: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1.4) is [p ath('M 150 160 Q 166 192 176 182 Q 220 182 210 192')]
168 FAIL CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (-0.4) is [ path('m -30 -20 s 34 68 44 58 s 116 90 106 100')] assert_equals: expected "path ( ' M - 30 - 20 S 4 48 14 38 S 130 128 120 138 ' ) " but got "path ( ' m - 30 - 20 s 34 68 44 58 s 116 90 106 100 ' ) "
169 PASS CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0) is [pat h('m 10 20 s 30 60 40 50 s 100 70 90 80')]
170 FAIL CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.2) is [p ath('m 30 40 s 28 56 38 46 s 92 60 82 70')] assert_equals: expected "path ( ' M 30 40 S 58 96 68 86 S 160 146 150 156 ' ) " but got "path ( ' m 30 40 s 28 56 38 46 s 92 60 82 70 ' ) "
171 PASS CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.6) is [p ath('M 70 80 S 94 128 104 118 S 180 158 170 168')]
172 PASS CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1) is [pat h('M 110 120 S 130 160 140 150 S 200 170 190 180')]
173 PASS CSS Transitions: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1.4) is [p ath('M 150 160 S 166 192 176 182 S 220 182 210 192')]
174 FAIL CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (-0.4) is [pat h('m -30 -20 h 34 v 48 h 22 v 36 l 90 104')] assert_equals: expected "path ( ' M - 30 - 20 H 4 V 28 H 26 V 64 L 116 168 ' ) " but got "path ( ' m - 30 - 20 h 34 v 48 h 22 v 36 l 90 104 ' ) "
175 PASS CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0) is [path(' m 10 20 h 30 v 40 h 50 v 60 l 70 80')]
176 FAIL CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.2) is [path ('m 30 40 h 28 v 36 h 64 v 72 l 60 68')] assert_equals: expected "path ( ' M 30 40 H 58 V 76 H 122 V 148 L 182 216 ' ) " but got "path ( ' m 30 40 h 28 v 36 h 6 4 v 72 l 60 68 ' ) "
177 PASS CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.6) is [path ('M 70 80 H 94 V 108 H 186 V 204 L 226 248')]
178 PASS CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1) is [path(' M 110 120 H 130 V 140 H 250 V 260 L 270 280')]
179 PASS CSS Transitions: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1.4) is [path ('M 150 160 H 166 V 172 H 314 V 316 L 314 312')]
180 FAIL CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (-0.4) is [path('m 6 16 a -10 -2.98023e-7 10 1 0 28 42 a 90 100 10 1 1 196 70')] assert_equals: expected "path ( ' M 6 16 A - 10 0 10 1 0 34 58 A 9 0 100 10 1 1 230 128 ' ) " but got "path ( ' m 6 16 a - 10 0 10 1 0 28 42 a 90 1 00 10 1 1 196 70 ' ) "
181 PASS CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (0) is [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50' )]
182 FAIL CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (0.2) is [path('m 12 22 a 20 30 40 1 0 46 54 a 120 130 40 1 1 112 4 0')] assert_equals: expected "path ( ' M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116 ' ) " but got "path ( ' m 12 22 a 20 30 40 1 0 46 54 a 120 130 40 1 1 112 40 ' ) "
183 PASS CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (0.6) is [path('M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 1 08')]
184 PASS CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (1) is [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100 ')]
185 PASS CSS Transitions: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 11 0 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100')] at (1.4) is [path('M 24 34 A 80 90 100 0 1 106 112 A 180 190 100 0 1 5 0 92')]
186 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (-0.3) is [path('m 0 0 h 1 h 2')]
187 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0) is [path('m 0 0 h 1 h 2')]
188 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.3) is [path('m 0 0 h 1 h 2')]
189 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.5) is [path('m 0 0 h 3')]
190 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.6) is [path('m 0 0 h 3')]
191 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1) is [path('m 0 0 h 3')]
192 PASS CSS Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1.5) is [path('m 0 0 h 3')]
193 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (-0.3) is [path('m 10 0 h 1')]
194 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0) is [path('m 10 0 h 1')]
195 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.3) is [path('m 10 0 h 1')]
196 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.5) is [path('m 20 0 v 2')]
197 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.6) is [path('m 20 0 v 2')]
198 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (1) is [path('m 20 0 v 2')]
199 PASS CSS Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (1.5) is [path('m 20 0 v 2')]
200 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (-0.3) is [path('m 1 2 l 3 4 Z')]
201 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0) is [path('m 1 2 l 3 4 Z')]
202 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.3) is [path('m 1 2 l 3 4 Z')]
203 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.5) is [path('m 1 2 l 3 4')]
204 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.6) is [path('m 1 2 l 3 4')]
205 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1) is [path('m 1 2 l 3 4')]
206 PASS CSS Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1.5) is [path('m 1 2 l 3 4')]
207 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (-0.4) is [path('m 0 0 Z')]
208 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0) is [path('m 0 0 Z')]
209 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0.2) is [path('m 0 0 Z')]
210 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0.6) is [path('m 0 0 Z')]
211 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (1) is [path('m 0 0 Z')]
212 PASS CSS Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (1.4) is [path('m 0 0 Z')]
213 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (-0.4) is [path('M 16 42')]
214 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0) is [path('M 20 50')]
215 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0.2) is [path('M 22 54')]
216 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0.6) is [path('M 26 62')]
217 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (1) is [path('M 30 70')]
218 PASS CSS Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (1.4) is [path('M 34 78')]
219 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (-0.4) is [path('m 16 42')]
220 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0) is [path('m 20 50')]
221 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0.2) is [path('m 22 54')]
222 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0.6) is [path('m 26 62')]
223 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (1) is [path('m 30 70')]
224 PASS CSS Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (1.4) is [path('m 34 78')]
225 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (-0.4) is [path('m 0 0 L 16 42')]
226 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0) is [path('m 0 0 L 20 50')]
227 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.2) is [path('m 0 0 L 22 54')]
228 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.6) is [path('m 0 0 L 26 62')]
229 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1) is [path('m 0 0 L 30 70')]
230 PASS CSS Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1.4) is [path('m 0 0 L 34 78')]
231 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (-0.4) is [path('m 0 0 l 16 42')]
232 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0) is [path('m 0 0 l 20 50')]
233 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.2) is [path('m 0 0 l 22 54')]
234 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.6) is [path('m 0 0 l 26 62')]
235 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1) is [path('m 0 0 l 30 70')]
236 PASS CSS Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1.4) is [path('m 0 0 l 34 78')]
237 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 C 30 40 50 60 10 20' )]
238 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0) is [path('m 0 0 C 32 42 52 62 12 22')]
239 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 C 33 43 53 63 13 23') ]
240 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 C 35 45 55 65 15 25') ]
241 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (1) is [path('m 0 0 C 37 47 57 67 17 27')]
242 PASS CSS Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 C 39 49 59 69 19 29') ]
243 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 c 30 40 50 60 10 20' )]
244 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0) is [path('m 0 0 c 32 42 52 62 12 22')]
245 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 c 33 43 53 63 13 23') ]
246 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 c 35 45 55 65 15 25') ]
247 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (1) is [path('m 0 0 c 37 47 57 67 17 27')]
248 PASS CSS Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 c 39 49 59 69 19 29') ]
249 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (-0.4) is [path('m 0 0 Q 30 40 50 60')]
250 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0) is [path('m 0 0 Q 32 42 52 62')]
251 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0.2) is [path('m 0 0 Q 33 43 53 63')]
252 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0.6) is [path('m 0 0 Q 35 45 55 65')]
253 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (1) is [path('m 0 0 Q 37 47 57 67')]
254 PASS CSS Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (1.4) is [path('m 0 0 Q 39 49 59 69')]
255 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (-0.4) is [path('m 0 0 q 30 40 50 60')]
256 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0) is [path('m 0 0 q 32 42 52 62')]
257 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0.2) is [path('m 0 0 q 33 43 53 63')]
258 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0.6) is [path('m 0 0 q 35 45 55 65')]
259 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (1) is [path('m 0 0 q 37 47 57 67')]
260 PASS CSS Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (1.4) is [path('m 0 0 q 39 49 59 69')]
261 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 A -10 0 10 1 0 20 30')]
262 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 A 10 20 30 1 0 40 50 ')]
263 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 A 20 30 40 1 0 50 60')]
264 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 A 40 50 60 0 1 70 80')]
265 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 A 60 70 80 0 1 90 10 0')]
266 PASS CSS Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 A 80 90 100 0 1 11 0 120')]
267 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 a -10 0 10 1 0 20 30')]
268 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 a 10 20 30 1 0 40 50 ')]
269 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 a 20 30 40 1 0 50 60')]
270 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 a 40 50 60 0 1 70 80')]
271 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 a 60 70 80 0 1 90 10 0')]
272 PASS CSS Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 a 80 90 100 0 1 11 0 120')]
273 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (-0.4) is [path('m 0 0 H -10')]
274 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0) is [path('m 0 0 H 10')]
275 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0.2) is [path('m 0 0 H 20')]
276 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0.6) is [path('m 0 0 H 40')]
277 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (1) is [path('m 0 0 H 60')]
278 PASS CSS Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (1.4) is [path('m 0 0 H 80')]
279 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (-0.4) is [path('m 0 0 h -10')]
280 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0) is [path('m 0 0 h 10')]
281 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0.2) is [path('m 0 0 h 20')]
282 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0.6) is [path('m 0 0 h 40')]
283 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (1) is [path('m 0 0 h 60')]
284 PASS CSS Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (1.4) is [path('m 0 0 h 80')]
285 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (-0.4) is [path('m 0 0 V -10')]
286 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0) is [path('m 0 0 V 10')]
287 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0.2) is [path('m 0 0 V 20')]
288 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0.6) is [path('m 0 0 V 40')]
289 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (1) is [path('m 0 0 V 60')]
290 PASS CSS Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (1.4) is [path('m 0 0 V 80')]
291 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (-0.4) is [path('m 0 0 v -10')]
292 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0) is [path('m 0 0 v 10')]
293 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0.2) is [path('m 0 0 v 20')]
294 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0.6) is [path('m 0 0 v 40')]
295 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (1) is [path('m 0 0 v 60')]
296 PASS CSS Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (1.4) is [path('m 0 0 v 80')]
297 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (-0.4) is [path('m 0 0 S 30 40 50 60')]
298 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0) is [path('m 0 0 S 32 42 52 62')]
299 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0.2) is [path('m 0 0 S 33 43 53 63')]
300 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0.6) is [path('m 0 0 S 35 45 55 65')]
301 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (1) is [path('m 0 0 S 37 47 57 67')]
302 PASS CSS Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (1.4) is [path('m 0 0 S 39 49 59 69')]
303 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (-0.4) is [path('m 0 0 s 30 40 50 60')]
304 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0) is [path('m 0 0 s 32 42 52 62')]
305 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0.2) is [path('m 0 0 s 33 43 53 63')]
306 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0.6) is [path('m 0 0 s 35 45 55 65')]
307 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (1) is [path('m 0 0 s 37 47 57 67')]
308 PASS CSS Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (1.4) is [path('m 0 0 s 39 49 59 69')]
309 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (-0.4) is [path('m 0 0 T 16 42')]
310 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0) is [path('m 0 0 T 20 50')]
311 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.2) is [path('m 0 0 T 22 54')]
312 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.6) is [path('m 0 0 T 26 62')]
313 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1) is [path('m 0 0 T 30 70')]
314 PASS CSS Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1.4) is [path('m 0 0 T 34 78')]
315 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (-0.4) is [path('m 0 0 t 16 42')]
316 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0) is [path('m 0 0 t 20 50')]
317 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.2) is [path('m 0 0 t 22 54')]
318 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.6) is [path('m 0 0 t 26 62')]
319 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1) is [path('m 0 0 t 30 70')]
320 PASS CSS Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1.4) is [path('m 0 0 t 34 78')]
321 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (-0.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 -180 Z')]
322 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
323 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0.2) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z')]
324 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z')]
325 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z')]
326 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 240 180 Z')]
327 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (-0.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
328 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
329 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0.2) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
330 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
331 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
332 PASS CSS Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
333 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (-0.4) is [path('M -30 -20 L -10 10 Z L 52 68 Z M 72 84 L 162 144 Z T 126 220')]
334 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0) is [path('m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 70 120')]
335 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0.2) is [path('M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220')]
336 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0.6) is [path('M 70 80 L 90 110 Z L 72 98 Z M 92 124 L 182 184 Z T 186 220')]
337 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (1) is [path('M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220')]
338 PASS CSS Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (1.4) is [path('M 150 160 L 170 190 Z L 88 122 Z M 108 156 L 198 216 Z T 234 220')]
339 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (-0.4) is [path('M -30 -20 C 14 38 4 48 54 58 C 136 146 186 156 166 176')]
340 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0) is [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 1 20 130')]
341 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0.2) is [path('M 30 40 C 68 86 58 96 108 106 C 202 212 252 222 232 242')]
342 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0.6) is [path('M 70 80 C 104 118 94 128 144 138 C 246 256 2 96 266 276 286')]
343 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (1) is [path('M 110 120 C 140 150 130 160 180 170 C 290 300 340 310 320 330')]
344 PASS CSS Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (1.4) is [path('M 150 160 C 176 182 166 192 216 202 C 334 34 4 384 354 364 374')]
345 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (-0.4) is [p ath('M -30 -20 Q 4 48 14 38 Q 130 128 120 138')]
346 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0) is [path ('m 10 20 q 30 60 40 50 q 100 70 90 80')]
347 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.2) is [pa th('M 30 40 Q 58 96 68 86 Q 160 146 150 156')]
348 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.6) is [pa th('M 70 80 Q 94 128 104 118 Q 180 158 170 168')]
349 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1) is [path ('M 110 120 Q 130 160 140 150 Q 200 170 190 180')]
350 PASS CSS Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1.4) is [pa th('M 150 160 Q 166 192 176 182 Q 220 182 210 192')]
351 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (-0.4) is [p ath('M -30 -20 S 4 48 14 38 S 130 128 120 138')]
352 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0) is [path ('m 10 20 s 30 60 40 50 s 100 70 90 80')]
353 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.2) is [pa th('M 30 40 S 58 96 68 86 S 160 146 150 156')]
354 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.6) is [pa th('M 70 80 S 94 128 104 118 S 180 158 170 168')]
355 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1) is [path ('M 110 120 S 130 160 140 150 S 200 170 190 180')]
356 PASS CSS Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1.4) is [pa th('M 150 160 S 166 192 176 182 S 220 182 210 192')]
357 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (-0.4) is [path ('M -30 -20 H 4 V 28 H 26 V 64 L 116 168')]
358 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0) is [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')]
359 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.2) is [path( 'M 30 40 H 58 V 76 H 122 V 148 L 182 216')]
360 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.6) is [path( 'M 70 80 H 94 V 108 H 186 V 204 L 226 248')]
361 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1) is [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')]
362 PASS CSS Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1.4) is [path( 'M 150 160 H 166 V 172 H 314 V 316 L 314 312')]
363 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (-0.4) is [path('M 6 16 A -10 0 10 1 0 34 58 A 90 100 10 1 1 230 128 ')]
364 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0) is [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50') ]
365 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0.2) is [path('M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 11 6')]
366 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0.6) is [path('M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 10 8')]
367 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (1) is [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100' )]
368 PASS CSS Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (1.4) is [path('M 24 34 A 80 90 100 0 1 106 112 A 180 190 100 0 1 50 92')]
369 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (-0.3) is [path('m 0 0 h 1 h 2')]
370 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0) is [path('m 0 0 h 1 h 2')]
371 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.3) is [path('m 0 0 h 1 h 2')]
372 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.5) is [path('m 0 0 h 3')]
373 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (0.6) is [path('m 0 0 h 3')]
374 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1) is [path('m 0 0 h 3')]
375 PASS Web Animations: property <d> from [path('m 0 0 h 1 h 2')] to [path('m 0 0 h 3')] at (1.5) is [path('m 0 0 h 3')]
376 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (-0.3) is [path('m 10 0 h 1')]
377 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0) is [path('m 10 0 h 1')]
378 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.3) is [path('m 10 0 h 1')]
379 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.5) is [path('m 20 0 v 2')]
380 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (0.6) is [path('m 20 0 v 2')]
381 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (1) is [path('m 20 0 v 2')]
382 PASS Web Animations: property <d> from [path('m 10 0 h 1')] to [path('m 20 0 v 2 ')] at (1.5) is [path('m 20 0 v 2')]
383 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (-0.3) is [path('m 1 2 l 3 4 Z')]
384 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0) is [path('m 1 2 l 3 4 Z')]
385 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.3) is [path('m 1 2 l 3 4 Z')]
386 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.5) is [path('m 1 2 l 3 4')]
387 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (0.6) is [path('m 1 2 l 3 4')]
388 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1) is [path('m 1 2 l 3 4')]
389 PASS Web Animations: property <d> from [path('m 1 2 l 3 4 Z')] to [path('m 1 2 l 3 4')] at (1.5) is [path('m 1 2 l 3 4')]
390 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (-0.4) is [path('m 0 0 Z')]
391 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0) is [path('m 0 0 Z')]
392 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0.2) is [path('m 0 0 Z')]
393 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (0.6) is [path('m 0 0 Z')]
394 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (1) is [path('m 0 0 Z')]
395 PASS Web Animations: property <d> from [path('m 0 0 Z')] to [path('m 0 0 Z')] at (1.4) is [path('m 0 0 Z')]
396 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (-0.4) is [path('M 16 42')]
397 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0) is [path('M 20 50')]
398 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0.2) is [path('M 22 54')]
399 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (0.6) is [path('M 26 62')]
400 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (1) is [path('M 30 70')]
401 PASS Web Animations: property <d> from [path('M 20 50')] to [path('M 30 70')] at (1.4) is [path('M 34 78')]
402 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (-0.4) is [path('m 16 42')]
403 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0) is [path('m 20 50')]
404 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0.2) is [path('m 22 54')]
405 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (0.6) is [path('m 26 62')]
406 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (1) is [path('m 30 70')]
407 PASS Web Animations: property <d> from [path('m 20 50')] to [path('m 30 70')] at (1.4) is [path('m 34 78')]
408 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (-0.4) is [path('m 0 0 L 16 42')]
409 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0) is [path('m 0 0 L 20 50')]
410 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.2) is [path('m 0 0 L 22 54')]
411 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (0.6) is [path('m 0 0 L 26 62')]
412 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1) is [path('m 0 0 L 30 70')]
413 PASS Web Animations: property <d> from [path('m 0 0 L 20 50')] to [path('m 0 0 L 30 70')] at (1.4) is [path('m 0 0 L 34 78')]
414 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (-0.4) is [path('m 0 0 l 16 42')]
415 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0) is [path('m 0 0 l 20 50')]
416 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.2) is [path('m 0 0 l 22 54')]
417 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (0.6) is [path('m 0 0 l 26 62')]
418 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1) is [path('m 0 0 l 30 70')]
419 PASS Web Animations: property <d> from [path('m 0 0 l 20 50')] to [path('m 0 0 l 30 70')] at (1.4) is [path('m 0 0 l 34 78')]
420 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 C 30 40 50 60 10 20' )]
421 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0) is [path('m 0 0 C 32 42 52 62 12 22')]
422 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 C 33 43 53 63 13 23') ]
423 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 C 35 45 55 65 15 25') ]
424 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (1) is [path('m 0 0 C 37 47 57 67 17 27')]
425 PASS Web Animations: property <d> from [path('m 0 0 C 32 42 52 62 12 22')] to [p ath('m 0 0 C 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 C 39 49 59 69 19 29') ]
426 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (-0.4) is [path('m 0 0 c 30 40 50 60 10 20' )]
427 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0) is [path('m 0 0 c 32 42 52 62 12 22')]
428 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0.2) is [path('m 0 0 c 33 43 53 63 13 23') ]
429 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (0.6) is [path('m 0 0 c 35 45 55 65 15 25') ]
430 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (1) is [path('m 0 0 c 37 47 57 67 17 27')]
431 PASS Web Animations: property <d> from [path('m 0 0 c 32 42 52 62 12 22')] to [p ath('m 0 0 c 37 47 57 67 17 27')] at (1.4) is [path('m 0 0 c 39 49 59 69 19 29') ]
432 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (-0.4) is [path('m 0 0 Q 30 40 50 60')]
433 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0) is [path('m 0 0 Q 32 42 52 62')]
434 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0.2) is [path('m 0 0 Q 33 43 53 63')]
435 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (0.6) is [path('m 0 0 Q 35 45 55 65')]
436 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (1) is [path('m 0 0 Q 37 47 57 67')]
437 PASS Web Animations: property <d> from [path('m 0 0 Q 32 42 52 62')] to [path('m 0 0 Q 37 47 57 67')] at (1.4) is [path('m 0 0 Q 39 49 59 69')]
438 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (-0.4) is [path('m 0 0 q 30 40 50 60')]
439 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0) is [path('m 0 0 q 32 42 52 62')]
440 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0.2) is [path('m 0 0 q 33 43 53 63')]
441 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (0.6) is [path('m 0 0 q 35 45 55 65')]
442 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (1) is [path('m 0 0 q 37 47 57 67')]
443 PASS Web Animations: property <d> from [path('m 0 0 q 32 42 52 62')] to [path('m 0 0 q 37 47 57 67')] at (1.4) is [path('m 0 0 q 39 49 59 69')]
444 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 A -10 0 10 1 0 20 30')]
445 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 A 10 20 30 1 0 40 50 ')]
446 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 A 20 30 40 1 0 50 60')]
447 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 A 40 50 60 0 1 70 80')]
448 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 A 60 70 80 0 1 90 10 0')]
449 PASS Web Animations: property <d> from [path('m 0 0 A 10 20 30 1 0 40 50')] to [ path('m 0 0 A 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 A 80 90 100 0 1 11 0 120')]
450 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (-0.4) is [path('m 0 0 a -10 0 10 1 0 20 30')]
451 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0) is [path('m 0 0 a 10 20 30 1 0 40 50 ')]
452 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0.2) is [path('m 0 0 a 20 30 40 1 0 50 60')]
453 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (0.6) is [path('m 0 0 a 40 50 60 0 1 70 80')]
454 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (1) is [path('m 0 0 a 60 70 80 0 1 90 10 0')]
455 PASS Web Animations: property <d> from [path('m 0 0 a 10 20 30 1 0 40 50')] to [ path('m 0 0 a 60 70 80 0 1 90 100')] at (1.4) is [path('m 0 0 a 80 90 100 0 1 11 0 120')]
456 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (-0.4) is [path('m 0 0 H -10')]
457 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0) is [path('m 0 0 H 10')]
458 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0.2) is [path('m 0 0 H 20')]
459 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (0.6) is [path('m 0 0 H 40')]
460 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (1) is [path('m 0 0 H 60')]
461 PASS Web Animations: property <d> from [path('m 0 0 H 10')] to [path('m 0 0 H 60 ')] at (1.4) is [path('m 0 0 H 80')]
462 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (-0.4) is [path('m 0 0 h -10')]
463 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0) is [path('m 0 0 h 10')]
464 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0.2) is [path('m 0 0 h 20')]
465 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (0.6) is [path('m 0 0 h 40')]
466 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (1) is [path('m 0 0 h 60')]
467 PASS Web Animations: property <d> from [path('m 0 0 h 10')] to [path('m 0 0 h 60 ')] at (1.4) is [path('m 0 0 h 80')]
468 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (-0.4) is [path('m 0 0 V -10')]
469 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0) is [path('m 0 0 V 10')]
470 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0.2) is [path('m 0 0 V 20')]
471 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (0.6) is [path('m 0 0 V 40')]
472 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (1) is [path('m 0 0 V 60')]
473 PASS Web Animations: property <d> from [path('m 0 0 V 10')] to [path('m 0 0 V 60 ')] at (1.4) is [path('m 0 0 V 80')]
474 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (-0.4) is [path('m 0 0 v -10')]
475 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0) is [path('m 0 0 v 10')]
476 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0.2) is [path('m 0 0 v 20')]
477 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (0.6) is [path('m 0 0 v 40')]
478 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (1) is [path('m 0 0 v 60')]
479 PASS Web Animations: property <d> from [path('m 0 0 v 10')] to [path('m 0 0 v 60 ')] at (1.4) is [path('m 0 0 v 80')]
480 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (-0.4) is [path('m 0 0 S 30 40 50 60')]
481 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0) is [path('m 0 0 S 32 42 52 62')]
482 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0.2) is [path('m 0 0 S 33 43 53 63')]
483 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (0.6) is [path('m 0 0 S 35 45 55 65')]
484 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (1) is [path('m 0 0 S 37 47 57 67')]
485 PASS Web Animations: property <d> from [path('m 0 0 S 32 42 52 62')] to [path('m 0 0 S 37 47 57 67')] at (1.4) is [path('m 0 0 S 39 49 59 69')]
486 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (-0.4) is [path('m 0 0 s 30 40 50 60')]
487 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0) is [path('m 0 0 s 32 42 52 62')]
488 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0.2) is [path('m 0 0 s 33 43 53 63')]
489 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (0.6) is [path('m 0 0 s 35 45 55 65')]
490 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (1) is [path('m 0 0 s 37 47 57 67')]
491 PASS Web Animations: property <d> from [path('m 0 0 s 32 42 52 62')] to [path('m 0 0 s 37 47 57 67')] at (1.4) is [path('m 0 0 s 39 49 59 69')]
492 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (-0.4) is [path('m 0 0 T 16 42')]
493 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0) is [path('m 0 0 T 20 50')]
494 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.2) is [path('m 0 0 T 22 54')]
495 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (0.6) is [path('m 0 0 T 26 62')]
496 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1) is [path('m 0 0 T 30 70')]
497 PASS Web Animations: property <d> from [path('m 0 0 T 20 50')] to [path('m 0 0 T 30 70')] at (1.4) is [path('m 0 0 T 34 78')]
498 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (-0.4) is [path('m 0 0 t 16 42')]
499 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0) is [path('m 0 0 t 20 50')]
500 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.2) is [path('m 0 0 t 22 54')]
501 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (0.6) is [path('m 0 0 t 26 62')]
502 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1) is [path('m 0 0 t 30 70')]
503 PASS Web Animations: property <d> from [path('m 0 0 t 20 50')] to [path('m 0 0 t 30 70')] at (1.4) is [path('m 0 0 t 34 78')]
504 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (-0.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 -180 Z')]
505 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
506 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0.2) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z')]
507 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z')]
508 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z')]
509 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z')] at (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 240 180 Z')]
510 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (-0.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
511 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0) is [path('M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z')]
512 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0.2) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
513 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (0.6) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
514 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (1) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
515 PASS Web Animations: property <d> from [path('M 0 0 L 100 100 M 100 200 L 200 20 0 Z L 200 100 Z')] to [path('M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z')] a t (1.4) is [path('M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z')]
516 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (-0.4) is [path('M -30 -20 L -10 10 Z L 52 68 Z M 72 84 L 162 144 Z T 126 220')]
517 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0) is [path('m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 70 120')]
518 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0.2) is [path('M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220')]
519 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (0.6) is [path('M 70 80 L 90 110 Z L 72 98 Z M 92 124 L 182 184 Z T 186 220')]
520 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (1) is [path('M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220')]
521 PASS Web Animations: property <d> from [path('m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120')] to [path('M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 1 90 200 Z T 210 220')] at (1.4) is [path('M 150 160 L 170 190 Z L 88 122 Z M 108 156 L 198 216 Z T 234 220')]
522 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (-0.4) is [path('M -30 -20 C 14 38 4 48 54 58 C 136 146 186 156 166 176')]
523 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0) is [path('m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 1 20 130')]
524 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0.2) is [path('M 30 40 C 68 86 58 96 108 106 C 202 212 252 222 232 242')]
525 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (0.6) is [path('M 70 80 C 104 118 94 128 144 138 C 246 256 2 96 266 276 286')]
526 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (1) is [path('M 110 120 C 140 150 130 160 180 170 C 290 300 340 310 320 330')]
527 PASS Web Animations: property <d> from [path('m 10 20 c 40 50 30 60 80 70 c 90 1 00 140 110 120 130')] to [path('M 110 120 C 140 150 130 160 180 170 C 290 300 34 0 310 320 330')] at (1.4) is [path('M 150 160 C 176 182 166 192 216 202 C 334 34 4 384 354 364 374')]
528 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (-0.4) is [p ath('M -30 -20 Q 4 48 14 38 Q 130 128 120 138')]
529 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0) is [path ('m 10 20 q 30 60 40 50 q 100 70 90 80')]
530 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.2) is [pa th('M 30 40 Q 58 96 68 86 Q 160 146 150 156')]
531 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (0.6) is [pa th('M 70 80 Q 94 128 104 118 Q 180 158 170 168')]
532 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1) is [path ('M 110 120 Q 130 160 140 150 Q 200 170 190 180')]
533 PASS Web Animations: property <d> from [path('m 10 20 q 30 60 40 50 q 100 70 90 80')] to [path('M 110 120 Q 130 160 140 150 Q 200 170 190 180')] at (1.4) is [pa th('M 150 160 Q 166 192 176 182 Q 220 182 210 192')]
534 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (-0.4) is [p ath('M -30 -20 S 4 48 14 38 S 130 128 120 138')]
535 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0) is [path ('m 10 20 s 30 60 40 50 s 100 70 90 80')]
536 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.2) is [pa th('M 30 40 S 58 96 68 86 S 160 146 150 156')]
537 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (0.6) is [pa th('M 70 80 S 94 128 104 118 S 180 158 170 168')]
538 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1) is [path ('M 110 120 S 130 160 140 150 S 200 170 190 180')]
539 PASS Web Animations: property <d> from [path('m 10 20 s 30 60 40 50 s 100 70 90 80')] to [path('M 110 120 S 130 160 140 150 S 200 170 190 180')] at (1.4) is [pa th('M 150 160 S 166 192 176 182 S 220 182 210 192')]
540 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (-0.4) is [path ('M -30 -20 H 4 V 28 H 26 V 64 L 116 168')]
541 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0) is [path('m 10 20 h 30 v 40 h 50 v 60 l 70 80')]
542 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.2) is [path( 'M 30 40 H 58 V 76 H 122 V 148 L 182 216')]
543 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (0.6) is [path( 'M 70 80 H 94 V 108 H 186 V 204 L 226 248')]
544 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1) is [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')]
545 PASS Web Animations: property <d> from [path('m 10 20 h 30 v 40 h 50 v 60 l 70 8 0')] to [path('M 110 120 H 130 V 140 H 250 V 260 L 270 280')] at (1.4) is [path( 'M 150 160 H 166 V 172 H 314 V 316 L 314 312')]
546 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (-0.4) is [path('M 6 16 A -10 0 10 1 0 34 58 A 90 100 10 1 1 230 128 ')]
547 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0) is [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50') ]
548 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0.2) is [path('M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 11 6')]
549 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (0.6) is [path('M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 10 8')]
550 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (1) is [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100' )]
551 PASS Web Animations: property <d> from [path('m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50')] to [path('M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 9 0 100')] at (1.4) is [path('M 24 34 A 80 90 100 0 1 106 112 A 180 190 100 0 1 50 92')]
552 Harness: the test ran to completion.
553
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698