OLD | NEW |
| (Empty) |
1 This is a testharness.js-based test. | |
2 FAIL set duration 123.45 anim.effect.getComputedTiming is not a function | |
3 FAIL set duration auto anim.effect.getComputedTiming is not a function | |
4 FAIL set auto duration in animate as object anim.effect.getComputedTiming is not
a function | |
5 FAIL set duration Infinity anim.effect.getComputedTiming is not a function | |
6 FAIL set negative duration in animate using a duration parameter assert_throws:
function "function () { | |
7 div.animate({ opacity: [ 0, 1 ] }, -1);..." did not throw | |
8 PASS set negative Infinity duration in animate using a duration parameter | |
9 PASS set NaN duration in animate using a duration parameter | |
10 FAIL set negative duration in animate using an options object assert_throws: fun
ction "function () { | |
11 div.animate({ opacity: [ 0, 1 ] }, { du..." did not throw | |
12 FAIL set negative Infinity duration in animate using an options object assert_th
rows: function "function () { | |
13 div.animate({ opacity: [ 0, 1 ] }, { du..." did not throw | |
14 FAIL set NaN duration in animate using an options object assert_throws: function
"function () { | |
15 div.animate({ opacity: [ 0, 1 ] }, { du..." did not throw | |
16 FAIL set abc string duration in animate using an options object assert_throws: f
unction "function () { | |
17 div.animate({ opacity: [ 0, 1 ] }, { du..." did not throw | |
18 FAIL set 100 string duration in animate using an options object assert_throws: f
unction "function () { | |
19 div.animate({ opacity: [ 0, 1 ] }, { du..." did not throw | |
20 FAIL set negative duration assert_throws: function "function () { | |
21 anim.effect.timing.duration = -1; | |
22 }" did not throw | |
23 FAIL set negative Infinity duration assert_throws: function "function () { | |
24 anim.effect.timing.duration = -Infinity..." did not throw | |
25 FAIL set NaN duration assert_throws: function "function () { | |
26 anim.effect.timing.duration = NaN; | |
27 }" did not throw | |
28 FAIL set duration abc assert_throws: function "function () { | |
29 anim.effect.timing.duration = 'abc'; | |
30 }" did not throw | |
31 FAIL set duration string 100 assert_throws: function "function () { | |
32 anim.effect.timing.duration = '100'; | |
33 }" did not throw | |
34 Harness: the test ran to completion. | |
35 | |
OLD | NEW |