OLD | NEW |
1 CONSOLE ERROR: line 61: Uncaught ReferenceError: duration is not defined | |
2 Test exceptional arguments for AudioParam timeline events | 1 Test exceptional arguments for AudioParam timeline events |
3 | 2 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 4 |
6 | 5 |
7 PASS gain.gain.setValueAtTime(Infinity, 1) threw exception InvalidAccessError: F
ailed to execute 'setValueAtTime' on 'AudioParam': Target value must be a finite
number: Infinity. | 6 PASS gain.gain.setValueAtTime(Infinity, 1) threw exception TypeError: Failed to
execute 'setValueAtTime' on 'AudioParam': The provided float value is non-finite
.. |
8 PASS gain.gain.linearRampToValueAtTime(Infinity, 1) threw exception InvalidAcces
sError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target valu
e must be a finite number: Infinity. | 7 PASS gain.gain.linearRampToValueAtTime(Infinity, 1) threw exception TypeError: F
ailed to execute 'linearRampToValueAtTime' on 'AudioParam': The provided float v
alue is non-finite.. |
9 PASS gain.gain.exponentialRampToValueAtTime(Infinity, 1) threw exception Invalid
AccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': T
arget value must be a finite positive number: Infinity. | 8 PASS gain.gain.exponentialRampToValueAtTime(Infinity, 1) threw exception TypeErr
or: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provid
ed float value is non-finite.. |
10 PASS gain.gain.setTargetAtTime(Infinity, 1, 1) threw exception InvalidAccessErro
r: Failed to execute 'setTargetAtTime' on 'AudioParam': Target value must be a f
inite number: Infinity. | 9 PASS gain.gain.setTargetAtTime(Infinity, 1, 1) threw exception TypeError: Failed
to execute 'setTargetAtTime' on 'AudioParam': The provided float value is non-f
inite.. |
11 PASS gain.gain.setValueAtTime(-Infinity, 1) threw exception InvalidAccessError:
Failed to execute 'setValueAtTime' on 'AudioParam': Target value must be a finit
e number: -Infinity. | 10 PASS gain.gain.setValueAtTime(-Infinity, 1) threw exception TypeError: Failed to
execute 'setValueAtTime' on 'AudioParam': The provided float value is non-finit
e.. |
12 PASS gain.gain.linearRampToValueAtTime(-Infinity, 1) threw exception InvalidAcce
ssError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target val
ue must be a finite number: -Infinity. | 11 PASS gain.gain.linearRampToValueAtTime(-Infinity, 1) threw exception TypeError:
Failed to execute 'linearRampToValueAtTime' on 'AudioParam': The provided float
value is non-finite.. |
13 PASS gain.gain.exponentialRampToValueAtTime(-Infinity, 1) threw exception Invali
dAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam':
Target value must be a finite positive number: -Infinity. | 12 PASS gain.gain.exponentialRampToValueAtTime(-Infinity, 1) threw exception TypeEr
ror: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provi
ded float value is non-finite.. |
14 PASS gain.gain.setTargetAtTime(-Infinity, 1, 1) threw exception InvalidAccessErr
or: Failed to execute 'setTargetAtTime' on 'AudioParam': Target value must be a
finite number: -Infinity. | 13 PASS gain.gain.setTargetAtTime(-Infinity, 1, 1) threw exception TypeError: Faile
d to execute 'setTargetAtTime' on 'AudioParam': The provided float value is non-
finite.. |
15 PASS gain.gain.setValueAtTime(NaN, 1) threw exception InvalidAccessError: Failed
to execute 'setValueAtTime' on 'AudioParam': Target value must be a finite numb
er: NaN. | 14 PASS gain.gain.setValueAtTime(NaN, 1) threw exception TypeError: Failed to execu
te 'setValueAtTime' on 'AudioParam': The provided float value is non-finite.. |
16 PASS gain.gain.linearRampToValueAtTime(NaN, 1) threw exception InvalidAccessErro
r: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target value mus
t be a finite number: NaN. | 15 PASS gain.gain.linearRampToValueAtTime(NaN, 1) threw exception TypeError: Failed
to execute 'linearRampToValueAtTime' on 'AudioParam': The provided float value
is non-finite.. |
17 PASS gain.gain.exponentialRampToValueAtTime(NaN, 1) threw exception InvalidAcces
sError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Target
value must be a finite positive number: NaN. | 16 PASS gain.gain.exponentialRampToValueAtTime(NaN, 1) threw exception TypeError: F
ailed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provided fl
oat value is non-finite.. |
18 PASS gain.gain.setTargetAtTime(NaN, 1, 1) threw exception InvalidAccessError: Fa
iled to execute 'setTargetAtTime' on 'AudioParam': Target value must be a finite
number: NaN. | 17 PASS gain.gain.setTargetAtTime(NaN, 1, 1) threw exception TypeError: Failed to e
xecute 'setTargetAtTime' on 'AudioParam': The provided float value is non-finite
.. |
19 PASS gain.gain.setValueAtTime(1, -1) threw exception InvalidAccessError: Failed
to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative
number: -1. | 18 PASS gain.gain.setValueAtTime(1, -1) threw exception InvalidAccessError: Failed
to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative
number: -1. |
20 PASS gain.gain.linearRampToValueAtTime(1, -1) threw exception InvalidAccessError
: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a fi
nite non-negative number: -1. | 19 PASS gain.gain.linearRampToValueAtTime(1, -1) threw exception InvalidAccessError
: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a fi
nite non-negative number: -1. |
21 PASS gain.gain.exponentialRampToValueAtTime(1, -1) threw exception InvalidAccess
Error: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time mu
st be a finite non-negative number: -1. | 20 PASS gain.gain.exponentialRampToValueAtTime(1, -1) threw exception InvalidAccess
Error: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time mu
st be a finite non-negative number: -1. |
22 PASS gain.gain.setTargetAtTime(1, -1, 1) threw exception InvalidAccessError: Fai
led to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-nega
tive number: -1. | 21 PASS gain.gain.setTargetAtTime(1, -1, 1) threw exception InvalidAccessError: Fai
led to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-nega
tive number: -1. |
23 PASS gain.gain.setValueAtTime(1, Infinity) threw exception InvalidAccessError: F
ailed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-neg
ative number: Infinity. | 22 PASS gain.gain.setValueAtTime(1, Infinity) threw exception TypeError: Failed to
execute 'setValueAtTime' on 'AudioParam': The provided double value is non-finit
e.. |
24 PASS gain.gain.linearRampToValueAtTime(1, Infinity) threw exception InvalidAcces
sError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must b
e a finite non-negative number: Infinity. | 23 PASS gain.gain.linearRampToValueAtTime(1, Infinity) threw exception TypeError: F
ailed to execute 'linearRampToValueAtTime' on 'AudioParam': The provided double
value is non-finite.. |
25 PASS gain.gain.exponentialRampToValueAtTime(1, Infinity) threw exception Invalid
AccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': T
ime must be a finite non-negative number: Infinity. | 24 PASS gain.gain.exponentialRampToValueAtTime(1, Infinity) threw exception TypeErr
or: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provid
ed double value is non-finite.. |
26 PASS gain.gain.setTargetAtTime(1, Infinity, 1) threw exception InvalidAccessErro
r: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite no
n-negative number: Infinity. | 25 PASS gain.gain.setTargetAtTime(1, Infinity, 1) threw exception TypeError: Failed
to execute 'setTargetAtTime' on 'AudioParam': The provided double value is non-
finite.. |
27 PASS gain.gain.setValueAtTime(1, -Infinity) threw exception InvalidAccessError:
Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-ne
gative number: -Infinity. | 26 PASS gain.gain.setValueAtTime(1, -Infinity) threw exception TypeError: Failed to
execute 'setValueAtTime' on 'AudioParam': The provided double value is non-fini
te.. |
28 PASS gain.gain.linearRampToValueAtTime(1, -Infinity) threw exception InvalidAcce
ssError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must
be a finite non-negative number: -Infinity. | 27 PASS gain.gain.linearRampToValueAtTime(1, -Infinity) threw exception TypeError:
Failed to execute 'linearRampToValueAtTime' on 'AudioParam': The provided double
value is non-finite.. |
29 PASS gain.gain.exponentialRampToValueAtTime(1, -Infinity) threw exception Invali
dAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam':
Time must be a finite non-negative number: -Infinity. | 28 PASS gain.gain.exponentialRampToValueAtTime(1, -Infinity) threw exception TypeEr
ror: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provi
ded double value is non-finite.. |
30 PASS gain.gain.setTargetAtTime(1, -Infinity, 1) threw exception InvalidAccessErr
or: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite n
on-negative number: -Infinity. | 29 PASS gain.gain.setTargetAtTime(1, -Infinity, 1) threw exception TypeError: Faile
d to execute 'setTargetAtTime' on 'AudioParam': The provided double value is non
-finite.. |
31 PASS gain.gain.setValueAtTime(1, NaN) threw exception InvalidAccessError: Failed
to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative
number: NaN. | 30 PASS gain.gain.setValueAtTime(1, NaN) threw exception TypeError: Failed to execu
te 'setValueAtTime' on 'AudioParam': The provided double value is non-finite.. |
32 PASS gain.gain.linearRampToValueAtTime(1, NaN) threw exception InvalidAccessErro
r: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a f
inite non-negative number: NaN. | 31 PASS gain.gain.linearRampToValueAtTime(1, NaN) threw exception TypeError: Failed
to execute 'linearRampToValueAtTime' on 'AudioParam': The provided double value
is non-finite.. |
33 PASS gain.gain.exponentialRampToValueAtTime(1, NaN) threw exception InvalidAcces
sError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time m
ust be a finite non-negative number: NaN. | 32 PASS gain.gain.exponentialRampToValueAtTime(1, NaN) threw exception TypeError: F
ailed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The provided do
uble value is non-finite.. |
34 PASS gain.gain.setTargetAtTime(1, NaN, 1) threw exception InvalidAccessError: Fa
iled to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-neg
ative number: NaN. | 33 PASS gain.gain.setTargetAtTime(1, NaN, 1) threw exception TypeError: Failed to e
xecute 'setTargetAtTime' on 'AudioParam': The provided double value is non-finit
e.. |
35 PASS gain.gain.setTargetAtTime(1, 1, Infinity) threw exception InvalidAccessErro
r: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a
finite non-negative number: Infinity. | 34 PASS gain.gain.setTargetAtTime(1, 1, Infinity) threw exception TypeError: Failed
to execute 'setTargetAtTime' on 'AudioParam': The provided double value is non-
finite.. |
36 PASS gain.gain.setTargetAtTime(1, 1, -Infinity) threw exception InvalidAccessErr
or: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a
finite non-negative number: -Infinity. | 35 PASS gain.gain.setTargetAtTime(1, 1, -Infinity) threw exception TypeError: Faile
d to execute 'setTargetAtTime' on 'AudioParam': The provided double value is non
-finite.. |
37 PASS gain.gain.setTargetAtTime(1, 1, NaN) threw exception InvalidAccessError: Fa
iled to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finit
e non-negative number: NaN. | 36 PASS gain.gain.setTargetAtTime(1, 1, NaN) threw exception TypeError: Failed to e
xecute 'setTargetAtTime' on 'AudioParam': The provided double value is non-finit
e.. |
38 PASS gain.gain.setValueCurveAtTime(curve, -1, 1) threw exception InvalidAccessEr
ror: Failed to execute 'setValueCurveAtTime' on 'AudioParam': Time must be a fin
ite non-negative number: -1. | 37 PASS gain.gain.setValueCurveAtTime(curve, -1, 1) threw exception InvalidAccessEr
ror: Failed to execute 'setValueCurveAtTime' on 'AudioParam': Time must be a fin
ite non-negative number: -1. |
39 FAIL Unexpected error: Uncaught ReferenceError: duration is not defined | 38 PASS gain.gain.setValueCurveAtTime(curve, Infinity, 1) threw exception TypeError
: Failed to execute 'setValueCurveAtTime' on 'AudioParam': The provided double v
alue is non-finite.. |
40 FAIL successfullyParsed should be true. Was false. | 39 PASS gain.gain.setValueCurveAtTime(curve, -Infinity, 1) threw exception TypeErro
r: Failed to execute 'setValueCurveAtTime' on 'AudioParam': The provided double
value is non-finite.. |
| 40 PASS gain.gain.setValueCurveAtTime(curve, NaN, 1) threw exception TypeError: Fai
led to execute 'setValueCurveAtTime' on 'AudioParam': The provided double value
is non-finite.. |
| 41 PASS gain.gain.setValueCurveAtTime(curve, 1, -1) threw exception InvalidAccessEr
ror: Failed to execute 'setValueCurveAtTime' on 'AudioParam': Duration must be a
finite positive number: -1. |
| 42 PASS gain.gain.setValueCurveAtTime(curve, 1, Infinity) threw exception TypeError
: Failed to execute 'setValueCurveAtTime' on 'AudioParam': The provided double v
alue is non-finite.. |
| 43 PASS gain.gain.setValueCurveAtTime(curve, 1, -Infinity) threw exception TypeErro
r: Failed to execute 'setValueCurveAtTime' on 'AudioParam': The provided double
value is non-finite.. |
| 44 PASS gain.gain.setValueCurveAtTime(curve, 1, NaN) threw exception TypeError: Fai
led to execute 'setValueCurveAtTime' on 'AudioParam': The provided double value
is non-finite.. |
| 45 PASS gain.gain.setValueCurveAtTime(curve, 1, 0) threw exception InvalidAccessErr
or: Failed to execute 'setValueCurveAtTime' on 'AudioParam': Duration must be a
finite positive number: 0. |
| 46 PASS successfullyParsed is true |
41 | 47 |
42 TEST COMPLETE | 48 TEST COMPLETE |
43 | 49 |
OLD | NEW |