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

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

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Patch Set: Created 4 years, 4 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 <stroke-dasharray> from neutral to [20 20] at (-0 .6) is [4px, 36px]
4 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (-0 .4) is [6px, 34px]
5 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (-0 .2) is [8px, 32px]
6 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
7 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0. 2) is [12px, 28px]
8 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0. 4) is [14px, 26px]
9 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0. 6) is [16px, 24px]
10 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (0. 8) is [18px, 22px]
11 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
12 PASS CSS Transitions: property <stroke-dasharray> from neutral to [20 20] at (1. 2) is [22px, 18px]
13 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( -0.3) is [0px, 0px] assert_equals: expected "20px , 20px " but got "0px , 0px "
14 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 0) is [none] assert_equals: expected "20px , 20px " but got "none "
15 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 0.3) is [6px, 6px] assert_equals: expected "20px , 20px " but got "6px , 6px "
16 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 0.5) is [10px, 10px] assert_equals: expected "20px , 20px " but got "10px , 10px "
17 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 0.6) is [12px, 12px] assert_equals: expected "20px , 20px " but got "12px , 12px "
18 PASS CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 1) is [20px, 20px]
19 FAIL CSS Transitions: property <stroke-dasharray> from [initial] to [20 20] at ( 1.5) is [30px, 30px] assert_equals: expected "20px , 20px " but got "30px , 30px "
20 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( -0.6) is [36px, 4px]
21 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( -0.4) is [34px, 6px]
22 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( -0.2) is [32px, 8px]
23 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 0) is [30px, 10px]
24 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 0.2) is [28px, 12px]
25 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 0.4) is [26px, 14px]
26 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 0.6) is [24px, 16px]
27 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 0.8) is [22px, 18px]
28 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 1) is [20px, 20px]
29 PASS CSS Transitions: property <stroke-dasharray> from [inherit] to [20 20] at ( 1.2) is [18px, 22px]
30 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0 .6) is [36px, 4px]
31 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0 .4) is [34px, 6px]
32 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (-0 .2) is [32px, 8px]
33 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
34 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0. 2) is [28px, 12px]
35 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0. 4) is [26px, 14px]
36 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0. 6) is [24px, 16px]
37 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (0. 8) is [22px, 18px]
38 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
39 PASS CSS Transitions: property <stroke-dasharray> from [unset] to [20 20] at (1. 2) is [18px, 22px]
40 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0. 6) is [0px, 4px]
41 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0. 4) is [1px, 6px]
42 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (-0. 2) is [3px, 8px]
43 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0) is [5px, 10px]
44 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.2 ) is [7px, 12px]
45 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.4 ) is [9px, 14px]
46 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.6 ) is [11px, 16px]
47 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (0.8 ) is [13px, 18px]
48 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (1) is [15px, 20px]
49 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20] at (1.2 ) is [17px, 22px]
50 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
51 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
52 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) is [1px, 2px]
53 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) is [2px, 4px]
54 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) is [3px, 6px]
55 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) is [4px, 8px]
56 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
57 PASS CSS Transitions: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) is [6px, 12px]
58 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (-0.3 ) is [0px, 0px] assert_equals: expected "5px , 10px " but got "0px , 0px "
59 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0) i s [none] assert_equals: expected "5px , 10px " but got "none "
60 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [1.5px, 3px] assert_equals: expected "5px , 10px " but got "1.5px , 3px "
61 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [2.5px, 5px] assert_equals: expected "5px , 10px " but got "2.5px , 5px "
62 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [3px, 6px] assert_equals: expected "5px , 10px " but got "3px , 6px "
63 PASS CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (1) i s [5px, 10px]
64 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [7.5px, 15px] assert_equals: expected "5px , 10px " but got "7.5px , 15px "
65 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( -0.3) is [0px, 0px] assert_equals: expected "80px , 160px " but got "0px , 0px "
66 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 0) is [none] assert_equals: expected "80px , 160px " but got "none "
67 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 0.3) is [24px, 48px] assert_equals: expected "80px , 160px " but got "24px , 48p x "
68 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 0.5) is [40px, 80px] assert_equals: expected "80px , 160px " but got "40px , 80p x "
69 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 0.6) is [48px, 96px] assert_equals: expected "80px , 160px " but got "48px , 96p x "
70 PASS CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 1) is [80px, 160px]
71 FAIL CSS Transitions: property <stroke-dasharray> from [none] to [5em 10em] at ( 1.5) is [120px, 240px] assert_equals: expected "80px , 160px " but got "120px , 240px "
72 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (-0.3 ) is [6.5px, 13px] assert_equals: expected "none " but got "6.5px , 13px "
73 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0) i s [5px, 10px] assert_equals: expected "none " but got "5px , 10px "
74 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [3.5px, 7px] assert_equals: expected "none " but got "3.5px , 7px "
75 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [2.5px, 5px] assert_equals: expected "none " but got "2.5px , 5px "
76 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [2px, 4px] assert_equals: expected "none " but got "2px , 4px "
77 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (1) i s [none]
78 FAIL CSS Transitions: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [0px, 0px] assert_equals: expected "none " but got "0px , 0px "
79 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (-0.3 ) is [none]
80 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0) i s [none]
81 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
82 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
83 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
84 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (1) i s [none]
85 PASS CSS Transitions: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
86 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( -0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
87 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 0) is [5px, 10px]
88 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 0.2) is [7px, 12px, 9px, 11px, 8px, 13px]
89 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 0.4) is [9px, 14px, 13px, 12px, 11px, 16px]
90 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 0.6) is [11px, 16px, 17px, 13px, 14px, 19px]
91 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 0.8) is [13px, 18px, 21px, 14px, 17px, 22px]
92 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 1) is [15px, 20px, 25px]
93 PASS CSS Transitions: property <stroke-dasharray> from [5 10] to [15 20 25] at ( 1.2) is [17px, 22px, 29px, 16px, 23px, 28px]
94 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9 px, 14px]
95 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
96 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16p x, 21px, 26px]
97 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22 px, 27px, 32px]
98 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28 px, 33px, 38px]
99 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34 px, 39px, 44px]
100 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
101 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46 px, 51px, 56px]
102 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
103 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (0) is [5px, 10px, 15px]
104 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 1 9px]
105 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
106 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
107 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
108 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (1) is [20px, 25px, 30px, 35px]
109 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 ] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
110 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13p x, 0px, 5px, 10px]
111 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
112 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px , 17px, 10px, 15px, 20px]
113 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14 px, 19px, 15px, 20px, 25px]
114 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16 px, 21px, 20px, 25px, 30px]
115 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18 px, 23px, 25px, 30px, 35px]
116 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
117 PASS CSS Transitions: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22 px, 27px, 35px, 40px, 45px]
118 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (-0.2) is [0px, 24px, 24px]
119 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0) is [0px, 20px, 30px]
120 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.2) is [8px, 16px, 36px]
121 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.4) is [16px, 12px, 42px]
122 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.6) is [24px, 8px, 48px]
123 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (0.8) is [32px, 4px, 54px]
124 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1) is [40px, 0px, 60px]
125 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40px 0em 60px] at (1.2) is [48px, 0px, 66px]
126 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (-0.2) is [0px, 24px, 0px]
127 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0) is [0px, 20px, 30px]
128 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.2) is [128px, 16px, 216px]
129 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.4) is [256px, 12px, 402px]
130 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.6) is [384px, 8px, 588px]
131 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (0.8) is [512px, 4px, 774px]
132 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1) is [640px, 0px, 960px]
133 PASS CSS Transitions: property <stroke-dasharray> from [0em 20px 30px] to [40em 0em 60em] at (1.2) is [768px, 0px, 1146px]
134 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
135 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (0) is [0px, 20px]
136 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
137 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
138 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
139 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
140 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (1) is [40px, 0px, 960px]
141 PASS CSS Transitions: property <stroke-dasharray> from [0px 20px] to [40px 0px 6 0em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
142 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (-0.2) is [128px, 28px]
143 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (0) is [160px, 30px]
144 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (0.2) is [192px, 32px]
145 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (0.4) is [224px, 34px]
146 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (0.6) is [256px, 36px]
147 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (0.8) is [288px, 38px]
148 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (1) is [320px, 40px]
149 PASS CSS Transitions: property <stroke-dasharray> from [10em 30px] to [20em 40px ] at (1.2) is [352px, 42px]
150 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32p x, 0px, 0px, 256px, 8px, 0px, 0px]
151 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 60px]
152 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960 px, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
153 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 112 0px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
154 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 1 280px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
155 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 1 440px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
156 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
157 PASS CSS Transitions: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 1 760px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
158 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 6) is [4px, 36px]
159 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 4) is [6px, 34px]
160 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 2) is [8px, 32px]
161 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
162 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.2 ) is [12px, 28px]
163 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.4 ) is [14px, 26px]
164 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.6 ) is [16px, 24px]
165 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (0.8 ) is [18px, 22px]
166 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
167 PASS CSS Animations: property <stroke-dasharray> from neutral to [20 20] at (1.2 ) is [22px, 18px]
168 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (- 0.3) is [none]
169 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 ) is [none]
170 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .3) is [none]
171 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .5) is [20px, 20px]
172 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .6) is [20px, 20px]
173 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (1 ) is [20px, 20px]
174 PASS CSS Animations: property <stroke-dasharray> from [initial] to [20 20] at (1 .5) is [20px, 20px]
175 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.6) is [36px, 4px]
176 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.4) is [34px, 6px]
177 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.2) is [32px, 8px]
178 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 ) is [30px, 10px]
179 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .2) is [28px, 12px]
180 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .4) is [26px, 14px]
181 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .6) is [24px, 16px]
182 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .8) is [22px, 18px]
183 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1 ) is [20px, 20px]
184 PASS CSS Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1 .2) is [18px, 22px]
185 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 6) is [36px, 4px]
186 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 4) is [34px, 6px]
187 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 2) is [32px, 8px]
188 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
189 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.2 ) is [28px, 12px]
190 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.4 ) is [26px, 14px]
191 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.6 ) is [24px, 16px]
192 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.8 ) is [22px, 18px]
193 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
194 PASS CSS Animations: property <stroke-dasharray> from [unset] to [20 20] at (1.2 ) is [18px, 22px]
195 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.6 ) is [0px, 4px]
196 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.4 ) is [1px, 6px]
197 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.2 ) is [3px, 8px]
198 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0) i s [5px, 10px]
199 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.2) is [7px, 12px]
200 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.4) is [9px, 14px]
201 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.6) is [11px, 16px]
202 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.8) is [13px, 18px]
203 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1) i s [15px, 20px]
204 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1.2) is [17px, 22px]
205 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
206 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
207 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) i s [1px, 2px]
208 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) i s [2px, 4px]
209 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) i s [3px, 6px]
210 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) i s [4px, 8px]
211 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
212 PASS CSS Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) i s [6px, 12px]
213 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (-0.3) is [none]
214 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0) is [none]
215 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [none]
216 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [5px, 10px]
217 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [5px, 10px]
218 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (1) is [5px, 10px]
219 PASS CSS Animations: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [5px, 10px]
220 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (- 0.3) is [none]
221 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 ) is [none]
222 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .3) is [none]
223 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .5) is [80px, 160px]
224 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .6) is [80px, 160px]
225 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1 ) is [80px, 160px]
226 PASS CSS Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1 .5) is [80px, 160px]
227 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (-0.3) is [5px, 10px]
228 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0) is [5px, 10px]
229 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [5px, 10px]
230 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [none]
231 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [none]
232 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (1) is [none]
233 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [none]
234 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (-0.3) is [none]
235 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0) is [none]
236 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
237 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
238 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
239 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (1) is [none]
240 PASS CSS Animations: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
241 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (- 0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
242 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 ) is [5px, 10px]
243 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .2) is [7px, 12px, 9px, 11px, 8px, 13px]
244 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .4) is [9px, 14px, 13px, 12px, 11px, 16px]
245 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .6) is [11px, 16px, 17px, 13px, 14px, 19px]
246 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .8) is [13px, 18px, 21px, 14px, 17px, 22px]
247 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1 ) is [15px, 20px, 25px]
248 PASS CSS Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1 .2) is [17px, 22px, 29px, 16px, 23px, 28px]
249 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9p x, 14px]
250 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
251 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16px , 21px, 26px]
252 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22p x, 27px, 32px]
253 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28p x, 33px, 38px]
254 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34p x, 39px, 44px]
255 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
256 PASS CSS Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46p x, 51px, 56px]
257 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
258 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0) is [5px, 10px, 15px]
259 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 19 px]
260 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
261 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
262 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
263 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1) is [20px, 25px, 30px, 35px]
264 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
265 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13px , 0px, 5px, 10px]
266 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
267 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px, 17px, 10px, 15px, 20px]
268 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14p x, 19px, 15px, 20px, 25px]
269 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16p x, 21px, 20px, 25px, 30px]
270 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18p x, 23px, 25px, 30px, 35px]
271 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
272 PASS CSS Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22p x, 27px, 35px, 40px, 45px]
273 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (-0.2) is [0px, 24px, 24px]
274 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0) is [0px, 20px, 30px]
275 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.2) is [8px, 16px, 36px]
276 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.4) is [16px, 12px, 42px]
277 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.6) is [24px, 8px, 48px]
278 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.8) is [32px, 4px, 54px]
279 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (1) is [40px, 0px, 60px]
280 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (1.2) is [48px, 0px, 66px]
281 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (-0.2) is [0px, 24px, 0px]
282 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0) is [0px, 20px, 30px]
283 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.2) is [128px, 16px, 216px]
284 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.4) is [256px, 12px, 402px]
285 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.6) is [384px, 8px, 588px]
286 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.8) is [512px, 4px, 774px]
287 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (1) is [640px, 0px, 960px]
288 PASS CSS Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (1.2) is [768px, 0px, 1146px]
289 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
290 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0) is [0px, 20px]
291 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
292 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
293 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
294 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
295 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (1) is [40px, 0px, 960px]
296 PASS CSS Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
297 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (-0.2) is [128px, 28px]
298 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0) is [160px, 30px]
299 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.2) is [192px, 32px]
300 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.4) is [224px, 34px]
301 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.6) is [256px, 36px]
302 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.8) is [288px, 38px]
303 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1) is [320px, 40px]
304 PASS CSS Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1.2) is [352px, 42px]
305 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32px , 0px, 0px, 256px, 8px, 0px, 0px]
306 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 6 0px]
307 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960p x, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
308 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 1120 px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
309 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 12 80px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
310 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 14 40px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
311 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
312 PASS CSS Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 17 60px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
313 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 6) is [4px, 36px]
314 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 4) is [6px, 34px]
315 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (-0. 2) is [8px, 32px]
316 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0) is [10px, 30px]
317 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.2 ) is [12px, 28px]
318 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.4 ) is [14px, 26px]
319 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.6 ) is [16px, 24px]
320 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (0.8 ) is [18px, 22px]
321 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (1) is [20px, 20px]
322 PASS Web Animations: property <stroke-dasharray> from neutral to [20 20] at (1.2 ) is [22px, 18px]
323 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (- 0.3) is [none]
324 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 ) is [none]
325 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .3) is [none]
326 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .5) is [20px, 20px]
327 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (0 .6) is [20px, 20px]
328 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (1 ) is [20px, 20px]
329 PASS Web Animations: property <stroke-dasharray> from [initial] to [20 20] at (1 .5) is [20px, 20px]
330 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.6) is [36px, 4px]
331 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.4) is [34px, 6px]
332 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (- 0.2) is [32px, 8px]
333 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 ) is [30px, 10px]
334 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .2) is [28px, 12px]
335 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .4) is [26px, 14px]
336 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .6) is [24px, 16px]
337 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (0 .8) is [22px, 18px]
338 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1 ) is [20px, 20px]
339 PASS Web Animations: property <stroke-dasharray> from [inherit] to [20 20] at (1 .2) is [18px, 22px]
340 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 6) is [36px, 4px]
341 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 4) is [34px, 6px]
342 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (-0. 2) is [32px, 8px]
343 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0) is [30px, 10px]
344 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.2 ) is [28px, 12px]
345 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.4 ) is [26px, 14px]
346 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.6 ) is [24px, 16px]
347 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (0.8 ) is [22px, 18px]
348 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (1) is [20px, 20px]
349 PASS Web Animations: property <stroke-dasharray> from [unset] to [20 20] at (1.2 ) is [18px, 22px]
350 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.6 ) is [0px, 4px]
351 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.4 ) is [1px, 6px]
352 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (-0.2 ) is [3px, 8px]
353 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0) i s [5px, 10px]
354 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.2) is [7px, 12px]
355 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.4) is [9px, 14px]
356 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.6) is [11px, 16px]
357 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (0.8) is [13px, 18px]
358 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1) i s [15px, 20px]
359 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20] at (1.2) is [17px, 22px]
360 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (-0.2) is [0px, 0px]
361 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0) is [0px, 0px]
362 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.2) i s [1px, 2px]
363 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.4) i s [2px, 4px]
364 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.6) i s [3px, 6px]
365 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (0.8) i s [4px, 8px]
366 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1) is [5px, 10px]
367 PASS Web Animations: property <stroke-dasharray> from [0 0] to [5 10] at (1.2) i s [6px, 12px]
368 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (-0.3) is [none]
369 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0) is [none]
370 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.3) is [none]
371 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.5) is [5px, 10px]
372 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (0.6) is [5px, 10px]
373 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (1) is [5px, 10px]
374 PASS Web Animations: property <stroke-dasharray> from [none] to [5 10] at (1.5) is [5px, 10px]
375 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (- 0.3) is [none]
376 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 ) is [none]
377 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .3) is [none]
378 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .5) is [80px, 160px]
379 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (0 .6) is [80px, 160px]
380 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1 ) is [80px, 160px]
381 PASS Web Animations: property <stroke-dasharray> from [none] to [5em 10em] at (1 .5) is [80px, 160px]
382 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (-0.3) is [5px, 10px]
383 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0) is [5px, 10px]
384 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.3) is [5px, 10px]
385 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.5) is [none]
386 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (0.6) is [none]
387 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (1) is [none]
388 PASS Web Animations: property <stroke-dasharray> from [5 10] to [none] at (1.5) is [none]
389 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (-0.3) is [none]
390 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0) is [none]
391 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.3) is [none]
392 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.5) is [none]
393 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (0.6) is [none]
394 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (1) is [none]
395 PASS Web Animations: property <stroke-dasharray> from [none] to [none] at (1.5) is [none]
396 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (- 0.2) is [3px, 8px, 1px, 9px, 2px, 7px]
397 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 ) is [5px, 10px]
398 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .2) is [7px, 12px, 9px, 11px, 8px, 13px]
399 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .4) is [9px, 14px, 13px, 12px, 11px, 16px]
400 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .6) is [11px, 16px, 17px, 13px, 14px, 19px]
401 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (0 .8) is [13px, 18px, 21px, 14px, 17px, 22px]
402 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1 ) is [15px, 20px, 25px]
403 PASS Web Animations: property <stroke-dasharray> from [5 10] to [15 20 25] at (1 .2) is [17px, 22px, 29px, 16px, 23px, 28px]
404 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (-0.2) is [1px, 6px, 11px, 16px, 0px, 2px, 13px, 18px, 0px, 4px, 9p x, 14px]
405 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0) is [5px, 10px, 15px, 20px]
406 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.2) is [9px, 14px, 19px, 24px, 13px, 18px, 17px, 22px, 11px, 16px , 21px, 26px]
407 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.4) is [13px, 18px, 23px, 28px, 21px, 26px, 19px, 24px, 17px, 22p x, 27px, 32px]
408 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.6) is [17px, 22px, 27px, 32px, 29px, 34px, 21px, 26px, 23px, 28p x, 33px, 38px]
409 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (0.8) is [21px, 26px, 31px, 36px, 37px, 42px, 23px, 28px, 29px, 34p x, 39px, 44px]
410 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1) is [25px, 30px, 35px, 40px, 45px, 50px]
411 PASS Web Animations: property <stroke-dasharray> from [5 10 15 20] to [25 30 35 40 45 50] at (1.2) is [29px, 34px, 39px, 44px, 53px, 58px, 27px, 32px, 41px, 46p x, 51px, 56px]
412 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (-0.2) is [2px, 7px, 12px, 0px, 8px, 13px, 0px, 5px, 14px, 1px, 6px, 11px]
413 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0) is [5px, 10px, 15px]
414 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.2) is [8px, 13px, 18px, 11px, 12px, 17px, 10px, 15px, 16px, 9px, 14px, 19 px]
415 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.4) is [11px, 16px, 21px, 17px, 14px, 19px, 15px, 20px, 17px, 13px, 18px, 23px]
416 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.6) is [14px, 19px, 24px, 23px, 16px, 21px, 20px, 25px, 18px, 17px, 22px, 27px]
417 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (0.8) is [17px, 22px, 27px, 29px, 18px, 23px, 25px, 30px, 19px, 21px, 26px, 31px]
418 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1) is [20px, 25px, 30px, 35px]
419 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35] at (1.2) is [23px, 28px, 33px, 41px, 22px, 27px, 35px, 40px, 21px, 29px, 34px, 39px]
420 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (-0.2) is [2px, 7px, 12px, 0px, 4px, 14px, 1px, 6px, 11px, 0px, 8px, 13px , 0px, 5px, 10px]
421 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0) is [5px, 10px, 15px]
422 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.2) is [8px, 13px, 18px, 11px, 16px, 16px, 9px, 14px, 19px, 12px, 12px, 17px, 10px, 15px, 20px]
423 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.4) is [11px, 16px, 21px, 17px, 22px, 17px, 13px, 18px, 23px, 19px, 14p x, 19px, 15px, 20px, 25px]
424 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.6) is [14px, 19px, 24px, 23px, 28px, 18px, 17px, 22px, 27px, 26px, 16p x, 21px, 20px, 25px, 30px]
425 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (0.8) is [17px, 22px, 27px, 29px, 34px, 19px, 21px, 26px, 31px, 33px, 18p x, 23px, 25px, 30px, 35px]
426 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1) is [20px, 25px, 30px, 35px, 40px]
427 PASS Web Animations: property <stroke-dasharray> from [5 10 15] to [20 25 30 35 40] at (1.2) is [23px, 28px, 33px, 41px, 46px, 21px, 29px, 34px, 39px, 47px, 22p x, 27px, 35px, 40px, 45px]
428 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (-0.2) is [0px, 24px, 24px]
429 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0) is [0px, 20px, 30px]
430 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.2) is [8px, 16px, 36px]
431 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.4) is [16px, 12px, 42px]
432 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.6) is [24px, 8px, 48px]
433 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (0.8) is [32px, 4px, 54px]
434 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (1) is [40px, 0px, 60px]
435 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40px 0 em 60px] at (1.2) is [48px, 0px, 66px]
436 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (-0.2) is [0px, 24px, 0px]
437 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0) is [0px, 20px, 30px]
438 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.2) is [128px, 16px, 216px]
439 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.4) is [256px, 12px, 402px]
440 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.6) is [384px, 8px, 588px]
441 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (0.8) is [512px, 4px, 774px]
442 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (1) is [640px, 0px, 960px]
443 PASS Web Animations: property <stroke-dasharray> from [0em 20px 30px] to [40em 0 em 60em] at (1.2) is [768px, 0px, 1146px]
444 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (-0.2) is [0px, 24px, 0px, 16px, 0px, 0px]
445 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0) is [0px, 20px]
446 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.2) is [8px, 16px, 192px, 24px, 0px, 208px]
447 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.4) is [16px, 12px, 384px, 28px, 0px, 396px]
448 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.6) is [24px, 8px, 576px, 32px, 0px, 584px]
449 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (0.8) is [32px, 4px, 768px, 36px, 0px, 772px]
450 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (1) is [40px, 0px, 960px]
451 PASS Web Animations: property <stroke-dasharray> from [0px 20px] to [40px 0px 60 em] at (1.2) is [48px, 0px, 1152px, 44px, 0px, 1148px]
452 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (-0.2) is [128px, 28px]
453 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0) is [160px, 30px]
454 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.2) is [192px, 32px]
455 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.4) is [224px, 34px]
456 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.6) is [256px, 36px]
457 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (0.8) is [288px, 38px]
458 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1) is [320px, 40px]
459 PASS Web Animations: property <stroke-dasharray> from [10em 30px] to [20em 40px] at (1.2) is [352px, 42px]
460 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (-0.2) is [0px, 0px, 0px, 0px, 640px, 32px , 0px, 0px, 256px, 8px, 0px, 0px]
461 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0) is [160px, 20px, 480px, 40px, 800px, 6 0px]
462 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.2) is [448px, 56px, 1344px, 112px, 960p x, 88px, 1088px, 96px, 704px, 72px, 1600px, 128px]
463 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.4) is [736px, 92px, 2208px, 184px, 1120 px, 116px, 2016px, 172px, 928px, 104px, 2400px, 196px]
464 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.6) is [1024px, 128px, 3072px, 256px, 12 80px, 144px, 2944px, 248px, 1152px, 136px, 3200px, 264px]
465 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (0.8) is [1312px, 164px, 3936px, 328px, 14 40px, 172px, 3872px, 324px, 1376px, 168px, 4000px, 332px]
466 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1) is [1600px, 200px, 4800px, 400px]
467 PASS Web Animations: property <stroke-dasharray> from [10em 20px 30em 40px 50em 60px] to [100em 200px 300em 400px] at (1.2) is [1888px, 236px, 5664px, 472px, 17 60px, 228px, 5728px, 476px, 1824px, 232px, 5600px, 468px]
468 Harness: the test ran to completion.
469
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698