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

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

Issue 1441853002: Web Animations: Add SVGPathInterpolationType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_svgNumberListInterpolationType
Patch Set: Rebased Created 5 years 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
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead. 1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a nd will be removed. Please use CSS animations or Web animations instead.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS This test uses interpolation-test.js. 3 PASS This test uses interpolation-test.js.
4 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0) is [m 0 0 h 1 h 2] 4 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0) is [m 0 0 h 1 h 2]
5 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0.2) is [m 0 0 h 1 h 2] 5 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0.2) is [m 0 0 h 1 h 2]
6 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0.6) is [m 0 0 h 3] 6 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (0.6) is [m 0 0 h 3]
7 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (1) is [m 0 0 h 3] 7 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to replace [m 0 0 h 3] at (1) is [m 0 0 h 3]
8 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (-0.4) is [m 0 0 h 1 h 2] 8 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (-0.4) is [m 0 0 h 1 h 2]
9 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (0) is [m 0 0 h 1 h 2] 9 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (0) is [m 0 0 h 1 h 2]
10 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (0.2) is [m 0 0 h 1 h 2] 10 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 h 1 h 2] to r eplace [m 0 0 h 3] at (0.2) is [m 0 0 h 1 h 2]
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0) is [m 0 0 t 20 50] 214 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0) is [m 0 0 t 20 50]
215 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0.2) is [m 0 0 t 22 54] 215 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0.2) is [m 0 0 t 22 54]
216 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0.6) is [m 0 0 t 26 62] 216 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (0.6) is [m 0 0 t 26 62]
217 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (1) is [m 0 0 t 30 70] 217 PASS SMIL: Interpolate attribute <d> from replace [m 0 0 t 20 50] to replace [m 0 0 t 30 70] at (1) is [m 0 0 t 30 70]
218 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (-0.4) is [m 0 0 t 16 42] 218 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (-0.4) is [m 0 0 t 16 42]
219 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0) is [m 0 0 t 20 50] 219 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0) is [m 0 0 t 20 50]
220 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0.2) is [m 0 0 t 22 54] 220 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0.2) is [m 0 0 t 22 54]
221 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0.6) is [m 0 0 t 26 62] 221 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (0.6) is [m 0 0 t 26 62]
222 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (1) is [m 0 0 t 30 70] 222 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (1) is [m 0 0 t 30 70]
223 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (1.4) is [m 0 0 t 34 78] 223 PASS Web Animations: Interpolate attribute <d> from replace [m 0 0 t 20 50] to r eplace [m 0 0 t 30 70] at (1.4) is [m 0 0 t 34 78]
224 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: expec ted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z " 224 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0) is [M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z]
225 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z] assert_equals: expe cted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 - 60 Z " but got "M 0 0 L 100 100 M 100 200 L 200 200 Z L 240 140 Z " 225 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z] assert_equals: expe cted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 - 60 Z " but got "M 0 0 L 100 100 M 100 200 L 200 200 Z L 240 140 Z "
226 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z] assert_equals: expec ted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z " but got "M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 20 Z " 226 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z] assert_equals: expec ted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z " but got "M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 20 Z "
227 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z] 227 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z]
228 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (-0.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 -180 Z] 228 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (-0.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 60 -180 Z]
229 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 229 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0) is [M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z]
230 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z] 230 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 120 -60 Z]
231 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z] 231 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z]
232 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z] 232 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 200 100 Z]
233 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 240 180 Z] 233 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 200 100 z] at (1.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 240 180 Z]
234 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: expe cted "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z " 234 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0) is [M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z]
235 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: ex pected "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 1 00 M 100 200 L 200 200 Z L 220 100 Z " 235 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: ex pected "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 1 00 M 100 200 L 200 200 Z L 220 100 Z "
236 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: ex pected "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 1 00 m 0 100 l 100 0 Z l 60 - 100 Z " 236 FAIL SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] assert_equals: ex pected "M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 - 100 Z " but got "M 0 0 L 100 1 00 m 0 100 l 100 0 Z l 60 - 100 Z "
237 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 237 PASS SMIL: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 100 200 L 2 00 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z ] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
238 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (-0.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 238 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (-0.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
239 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 239 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0) is [M 0 0 L 100 100 M 100 200 L 200 200 Z L 200 100 Z]
240 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 240 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0.2) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
241 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 241 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (0.6) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
242 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 242 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (1) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
243 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (1.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z] 243 PASS Web Animations: Interpolate attribute <d> from replace [M 0 0 L 100 100 M 1 00 200 L 200 200 Z L 200 100 Z] to replace [M 0 0 L 100 100 m 0 100 l 100 0 z l 100 -100 z] at (1.4) is [M 0 0 L 100 100 m 0 100 l 100 0 Z l 100 -100 Z]
244 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0) is [M 10 20 L 30 50 Z L 60 80 Z M 80 100 L 170 1 60 Z T 150 220] assert_equals: expected "M 10 20 L 30 50 Z L 60 80 Z M 80 100 L 170 160 Z T 150 220 " but got "m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 7 0 120 " 244 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0) is [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120]
245 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0.2) is [M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220] assert_equals: expected "M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220 " but got "m 30 40 l 20 30 Z l 30 40 Z m 60 70 l 90 60 Z t 60 100 " 245 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0.2) is [M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220] assert_equals: expected "M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220 " but got "m 30 40 l 20 30 Z l 30 40 Z m 60 70 l 90 60 Z t 60 100 "
246 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0.6) is [M 70 80 L 90 110 Z L 72 98 Z M 92 124 L 18 2 184 Z T 186 220] assert_equals: expected "M 70 80 L 90 110 Z L 72 98 Z M 92 12 4 L 182 184 Z T 186 220 " but got "M 70 80 L 90 110 Z L 80 110 Z M 120 160 L 210 220 Z T 250 280 " 246 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (0.6) is [M 70 80 L 90 110 Z L 72 98 Z M 92 124 L 18 2 184 Z T 186 220] assert_equals: expected "M 70 80 L 90 110 Z L 72 98 Z M 92 12 4 L 182 184 Z T 186 220 " but got "M 70 80 L 90 110 Z L 80 110 Z M 120 160 L 210 220 Z T 250 280 "
247 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (1) is [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] 247 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 14 0 L 190 200 Z T 210 220] at (1) is [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220]
248 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M -30 -20 L -10 10 Z L 52 68 Z M 72 84 L 162 144 Z T 126 220] 248 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M -30 -20 L -10 10 Z L 52 68 Z M 72 84 L 162 144 Z T 126 220]
249 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] at (0) is [M 10 20 L 30 50 Z L 60 80 Z M 80 1 00 L 170 160 Z T 150 220] 249 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] at (0) is [m 10 20 l 20 30 z l 50 60 z m 70 8 0 l 90 60 z t 70 120]
250 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220] 250 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 30 40 L 50 70 Z L 64 86 Z M 84 108 L 174 168 Z T 162 220]
251 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 70 80 L 90 110 Z L 72 98 Z M 9 2 124 L 182 184 Z T 186 220] 251 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 70 80 L 90 110 Z L 72 98 Z M 9 2 124 L 182 184 Z T 186 220]
252 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] at (1) is [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] 252 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220] at (1) is [M 110 120 L 130 150 Z L 80 110 Z M 100 140 L 190 200 Z T 210 220]
253 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 150 160 L 170 190 Z L 88 122 Z M 108 156 L 198 216 Z T 234 220] 253 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 l 20 30 z l 50 60 z m 70 80 l 90 60 z t 70 120] to replace [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 [M 150 160 L 170 190 Z L 88 122 Z M 108 156 L 198 216 Z T 234 220]
254 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0) is [M 10 20 C 50 70 40 80 90 90 C 180 190 230 200 210 220] assert_equals: expected "M 10 20 C 50 70 40 80 90 90 C 180 190 230 200 210 220 " but got "m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130 " 254 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0) is [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130]
255 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0.2) is [M 30 40 C 68 86 58 96 108 106 C 202 212 252 222 232 242] assert_equals: expected "M 30 40 C 68 86 58 96 108 106 C 202 212 252 2 22 232 242 " but got "m 30 40 c 38 46 28 56 78 66 c 94 106 144 116 124 136 " 255 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0.2) is [M 30 40 C 68 86 58 96 108 106 C 202 212 252 222 232 242] assert_equals: expected "M 30 40 C 68 86 58 96 108 106 C 202 212 252 2 22 232 242 " but got "m 30 40 c 38 46 28 56 78 66 c 94 106 144 116 124 136 "
256 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0.6) is [M 70 80 C 104 118 94 128 144 138 C 246 256 296 266 276 286] 256 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (0.6) is [M 70 80 C 104 118 94 128 144 138 C 246 256 296 266 276 286]
257 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (1) is [M 110 120 C 140 150 130 160 180 170 C 290 300 340 310 320 330] 257 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 170 C 290 3 00 340 310 320 330] at (1) is [M 110 120 C 140 150 130 160 180 170 C 290 300 340 310 320 330]
258 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (-0.4) is [M -30 -20 C 14 38 4 48 54 58 C 136 1 46 186 156 166 176] 258 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (-0.4) is [M -30 -20 C 14 38 4 48 54 58 C 136 1 46 186 156 166 176]
259 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0) is [M 10 20 C 50 70 40 80 90 90 C 180 190 2 30 200 210 220] 259 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0) is [m 10 20 c 40 50 30 60 80 70 c 90 100 14 0 110 120 130]
260 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0.2) is [M 30 40 C 68 86 58 96 108 106 C 202 2 12 252 222 232 242] 260 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0.2) is [M 30 40 C 68 86 58 96 108 106 C 202 2 12 252 222 232 242]
261 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0.6) is [M 70 80 C 104 118 94 128 144 138 C 24 6 256 296 266 276 286] 261 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (0.6) is [M 70 80 C 104 118 94 128 144 138 C 24 6 256 296 266 276 286]
262 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (1) is [M 110 120 C 140 150 130 160 180 170 C 2 90 300 340 310 320 330] 262 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (1) is [M 110 120 C 140 150 130 160 180 170 C 2 90 300 340 310 320 330]
263 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (1.4) is [M 150 160 C 176 182 166 192 216 202 C 334 344 384 354 364 374] 263 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 c 40 50 30 60 80 70 c 90 100 140 110 120 130] to replace [M 110 120 C 140 150 130 160 180 1 70 C 290 300 340 310 320 330] at (1.4) is [M 150 160 C 176 182 166 192 216 202 C 334 344 384 354 364 374]
264 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0) is [M 10 20 Q 40 80 50 70 Q 150 140 140 150] assert_equals: expected "M 10 20 Q 40 80 50 70 Q 150 140 140 150 " but got "m 10 20 q 30 60 40 50 q 100 70 90 80 " 264 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0) is [m 10 20 q 30 60 40 50 q 100 70 90 80]
265 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.2) is [M 30 40 Q 58 96 68 86 Q 160 146 150 156] assert_equals: expected "M 30 40 Q 58 96 68 86 Q 160 146 150 156 " but got "m 30 40 q 28 56 38 46 q 92 60 82 70 " 265 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.2) is [M 30 40 Q 58 96 68 86 Q 160 146 150 156] assert_equals: expected "M 30 40 Q 58 96 68 86 Q 160 146 150 156 " but got "m 30 40 q 28 56 38 46 q 92 60 82 70 "
266 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.6) is [M 70 80 Q 94 128 104 118 Q 180 158 170 168] 266 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.6) is [M 70 80 Q 94 128 104 118 Q 180 158 170 168]
267 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1) is [M 110 120 Q 130 160 140 150 Q 200 170 190 180] 267 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 7 0 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1) is [M 110 120 Q 130 160 140 150 Q 200 170 190 180]
268 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (-0.4) is [M -30 -20 Q 4 48 14 38 Q 130 128 120 138] 268 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (-0.4) is [M -30 -20 Q 4 48 14 38 Q 130 128 120 138]
269 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0) is [M 10 20 Q 40 80 50 70 Q 150 140 140 150] 269 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0) is [m 10 20 q 30 60 40 50 q 100 70 90 80]
270 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.2) is [M 30 40 Q 58 96 68 86 Q 160 146 150 156] 270 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.2) is [M 30 40 Q 58 96 68 86 Q 160 146 150 156]
271 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.6) is [M 70 80 Q 94 128 104 118 Q 180 158 170 168] 271 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (0.6) is [M 70 80 Q 94 128 104 118 Q 180 158 170 168]
272 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1) is [M 110 120 Q 130 160 140 150 Q 200 170 190 180] 272 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1) is [M 110 120 Q 130 160 140 150 Q 200 170 190 180]
273 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1.4) is [M 150 160 Q 166 192 176 182 Q 220 182 210 192] 273 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 q 30 60 40 50 q 100 70 90 80] to replace [M 110 120 Q 130 160 140 150 Q 200 170 190 180] at (1.4) is [M 150 160 Q 166 192 176 182 Q 220 182 210 192]
274 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0) is [M 10 20 S 40 80 50 70 S 150 140 140 150] assert_equals: expected "M 10 20 S 40 80 50 70 S 150 140 140 150 " but got "m 10 20 s 30 60 40 50 s 100 70 90 80 " 274 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0) is [m 10 20 s 30 60 40 50 s 100 70 90 80]
275 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.2) is [M 30 40 S 58 96 68 86 S 160 146 150 156] assert_equals: expected "M 30 40 S 58 96 68 86 S 160 146 150 156 " but got "m 30 40 s 28 56 38 46 s 92 60 82 70 " 275 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.2) is [M 30 40 S 58 96 68 86 S 160 146 150 156] assert_equals: expected "M 30 40 S 58 96 68 86 S 160 146 150 156 " but got "m 30 40 s 28 56 38 46 s 92 60 82 70 "
276 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.6) is [M 70 80 S 94 128 104 118 S 180 158 170 168] 276 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.6) is [M 70 80 S 94 128 104 118 S 180 158 170 168]
277 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1) is [M 110 120 S 130 160 140 150 S 200 170 190 180] 277 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 7 0 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1) is [M 110 120 S 130 160 140 150 S 200 170 190 180]
278 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (-0.4) is [M -30 -20 S 4 48 14 38 S 130 128 120 138] 278 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (-0.4) is [M -30 -20 S 4 48 14 38 S 130 128 120 138]
279 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0) is [M 10 20 S 40 80 50 70 S 150 140 140 150] 279 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0) is [m 10 20 s 30 60 40 50 s 100 70 90 80]
280 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.2) is [M 30 40 S 58 96 68 86 S 160 146 150 156] 280 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.2) is [M 30 40 S 58 96 68 86 S 160 146 150 156]
281 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.6) is [M 70 80 S 94 128 104 118 S 180 158 170 168] 281 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (0.6) is [M 70 80 S 94 128 104 118 S 180 158 170 168]
282 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1) is [M 110 120 S 130 160 140 150 S 200 170 190 180] 282 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1) is [M 110 120 S 130 160 140 150 S 200 170 190 180]
283 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1.4) is [M 150 160 S 166 192 176 182 S 220 182 210 192] 283 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 s 30 60 40 50 s 100 70 90 80] to replace [M 110 120 S 130 160 140 150 S 200 170 190 180] at (1.4) is [M 150 160 S 166 192 176 182 S 220 182 210 192]
284 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0) is [M 10 20 H 40 V 60 H 90 V 120 L 160 200] assert_equals: expected "M 10 20 H 40 V 60 H 90 V 120 L 160 200 " but got "m 10 20 h 30 v 40 h 50 v 60 l 70 80 " 284 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0) is [m 10 20 h 30 v 40 h 50 v 60 l 70 80]
285 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0.2) is [M 30 40 H 58 V 76 H 122 V 148 L 182 216] assert_equals: expected "M 30 40 H 58 V 7 6 H 122 V 148 L 182 216 " but got "m 30 40 h 28 v 36 h 64 v 72 l 60 68 " 285 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0.2) is [M 30 40 H 58 V 76 H 122 V 148 L 182 216] assert_equals: expected "M 30 40 H 58 V 7 6 H 122 V 148 L 182 216 " but got "m 30 40 h 28 v 36 h 64 v 72 l 60 68 "
286 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0.6) is [M 70 80 H 94 V 108 H 186 V 204 L 226 248] 286 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0.6) is [M 70 80 H 94 V 108 H 186 V 204 L 226 248]
287 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1) is [M 11 0 120 H 130 V 140 H 250 V 260 L 270 280] 287 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1) is [M 11 0 120 H 130 V 140 H 250 V 260 L 270 280]
288 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (- 0.4) is [M -30 -20 H 4 V 28 H 26 V 64 L 116 168] 288 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (- 0.4) is [M -30 -20 H 4 V 28 H 26 V 64 L 116 168]
289 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 ) is [M 10 20 H 40 V 60 H 90 V 120 L 160 200] 289 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 ) is [m 10 20 h 30 v 40 h 50 v 60 l 70 80]
290 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 .2) is [M 30 40 H 58 V 76 H 122 V 148 L 182 216] 290 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 .2) is [M 30 40 H 58 V 76 H 122 V 148 L 182 216]
291 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 .6) is [M 70 80 H 94 V 108 H 186 V 204 L 226 248] 291 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (0 .6) is [M 70 80 H 94 V 108 H 186 V 204 L 226 248]
292 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1 ) is [M 110 120 H 130 V 140 H 250 V 260 L 270 280] 292 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1 ) is [M 110 120 H 130 V 140 H 250 V 260 L 270 280]
293 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1 .4) is [M 150 160 H 166 V 172 H 314 V 316 L 314 312] 293 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 h 30 v 40 h 50 v 60 l 70 80] to replace [M 110 120 H 130 V 140 H 250 V 260 L 270 280] at (1 .4) is [M 150 160 H 166 V 172 H 314 V 316 L 314 312]
294 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0) is [M 10 20 A 10 20 30 1 0 50 70 A 110 120 30 1 1 190 120] as sert_equals: expected "M 10 20 A 10 20 30 1 0 50 70 A 110 120 30 1 1 190 120 " b ut got "m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50 " 294 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0) is [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50]
295 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0.2) is [M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116] assert_equals: expected "M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116 " but got "m 12 22 a 20 30 40 1 0 46 54 a 120 130 40 1 1 112 40 " 295 FAIL SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0.2) is [M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116] assert_equals: expected "M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116 " but got "m 12 22 a 20 30 40 1 0 46 54 a 120 130 40 1 1 112 40 "
296 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0.6) is [M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 108] 296 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (0.6) is [M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 108]
297 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (1) is [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] 297 PASS SMIL: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] at (1) is [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100]
298 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (-0.4) is [M 6 16 A -10 0 10 1 0 34 58 A 90 100 10 1 1 230 128] 298 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (-0.4) is [M 6 16 A -10 0 10 1 0 34 58 A 90 100 10 1 1 230 128]
299 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0) is [M 10 20 A 10 20 30 1 0 50 70 A 110 120 30 1 1 1 90 120] 299 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0) is [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 1 40 50]
300 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0.2) is [M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116] 300 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0.2) is [M 12 22 A 20 30 40 1 0 58 76 A 120 130 40 1 1 170 116]
301 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0.6) is [M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 108] 301 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (0.6) is [M 16 26 A 40 50 60 0 1 74 88 A 140 150 60 0 1 130 108]
302 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (1) is [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100] 302 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (1) is [M 20 30 A 60 70 80 0 1 90 100 A 160 170 80 0 1 90 100]
303 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (1.4) is [M 24 34 A 80 90 100 0 1 106 112 A 180 190 100 0 1 50 92] 303 PASS Web Animations: Interpolate attribute <d> from replace [m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50] to replace [M 20 30 A 60 70 80 0 1 90 100 A 1 60 170 80 0 1 90 100] at (1.4) is [M 24 34 A 80 90 100 0 1 106 112 A 180 190 100 0 1 50 92]
304 Harness: the test ran to completion. 304 Harness: the test ran to completion.
305 305
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698