OLD | NEW |
---|---|
(Empty) | |
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. | |
3 PASS This test uses interpolation-test.js. | |
4 PASS SMIL: Interpolate attribute <offset> add from [-0.5] add to [1] at (0) is [ 0] | |
dstockwell
2015/11/02 03:06:24
bit easier to parse:
<offset> from add [-0.5] to a
alancutter (OOO until 2018)
2015/11/02 03:24:44
Done.
| |
5 PASS SMIL: Interpolate attribute <offset> add from [-0.5] add to [1] at (0.25) i s [0.375] | |
6 PASS SMIL: Interpolate attribute <offset> add from [-0.5] add to [1] at (0.5) is [0.75] | |
7 PASS SMIL: Interpolate attribute <offset> add from [-0.5] add to [1] at (0.75) i s [1.125] | |
8 PASS SMIL: Interpolate attribute <offset> add from [-0.5] add to [1] at (1) is [ 1.5] | |
9 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (-0.5) is [-0.75] assert_equals: expected "- 0.75 " but got "- 1.25 " | |
10 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (0) is [0] assert_equals: expected "0 " but got "- 0.5 " | |
11 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (0.25) is [0.375] assert_equals: expected "0.38 " but got "- 0.13 " | |
12 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (0.5) is [0.75] assert_equals: expected "0.75 " but got "0.25 " | |
13 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (0.75) is [1.125] assert_equals: expected "1.13 " but got "0.63 " | |
14 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (1) is [1.5] assert_equals: expected "1.5 " but got "1 " | |
15 FAIL Web Animations: Interpolate attribute <offset> add from [-0.5] add to [1] a t (1.5) is [2.25] assert_equals: expected "2.25 " but got "1.75 " | |
16 Harness: the test ran to completion. | |
17 | |
OLD | NEW |