Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / audioparam-exceptional-values-expected.txt
1 CONSOLE ERROR: line 61: Uncaught ReferenceError: duration is not defined
2 Test exceptional arguments for AudioParam timeline events
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5
6
7 PASS gain.gain.setValueAtTime(Infinity, 1) threw exception InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Target value must be a finite number: Infinity.
8 PASS gain.gain.linearRampToValueAtTime(Infinity, 1) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target value must be a finite number: Infinity.
9 PASS gain.gain.exponentialRampToValueAtTime(Infinity, 1) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Target value must be a finite positive number: Infinity.
10 PASS gain.gain.setTargetAtTime(Infinity, 1, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Target value must be a finite number: Infinity.
11 PASS gain.gain.setValueAtTime(-Infinity, 1) threw exception InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Target value must be a finite number: -Infinity.
12 PASS gain.gain.linearRampToValueAtTime(-Infinity, 1) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target value must be a finite number: -Infinity.
13 PASS gain.gain.exponentialRampToValueAtTime(-Infinity, 1) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Target value must be a finite positive number: -Infinity.
14 PASS gain.gain.setTargetAtTime(-Infinity, 1, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Target value must be a finite number: -Infinity.
15 PASS gain.gain.setValueAtTime(NaN, 1) threw exception InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Target value must be a finite number: NaN.
16 PASS gain.gain.linearRampToValueAtTime(NaN, 1) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Target value must be a finite number: NaN.
17 PASS gain.gain.exponentialRampToValueAtTime(NaN, 1) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Target value must be a finite positive number: NaN.
18 PASS gain.gain.setTargetAtTime(NaN, 1, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Target value must be a finite number: NaN.
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.
20 PASS gain.gain.linearRampToValueAtTime(1, -1) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -1.
21 PASS gain.gain.exponentialRampToValueAtTime(1, -1) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -1.
22 PASS gain.gain.setTargetAtTime(1, -1, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-negative number: -1.
23 PASS gain.gain.setValueAtTime(1, Infinity) threw exception InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative number: Infinity.
24 PASS gain.gain.linearRampToValueAtTime(1, Infinity) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: Infinity.
25 PASS gain.gain.exponentialRampToValueAtTime(1, Infinity) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: Infinity.
26 PASS gain.gain.setTargetAtTime(1, Infinity, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-negative number: Infinity.
27 PASS gain.gain.setValueAtTime(1, -Infinity) threw exception InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -Infinity.
28 PASS gain.gain.linearRampToValueAtTime(1, -Infinity) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -Infinity.
29 PASS gain.gain.exponentialRampToValueAtTime(1, -Infinity) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: -Infinity.
30 PASS gain.gain.setTargetAtTime(1, -Infinity, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-negative number: -Infinity.
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.
32 PASS gain.gain.linearRampToValueAtTime(1, NaN) threw exception InvalidAccessError: Failed to execute 'linearRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: NaN.
33 PASS gain.gain.exponentialRampToValueAtTime(1, NaN) threw exception InvalidAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': Time must be a finite non-negative number: NaN.
34 PASS gain.gain.setTargetAtTime(1, NaN, 1) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time must be a finite non-negative number: NaN.
35 PASS gain.gain.setTargetAtTime(1, 1, Infinity) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite non-negative number: Infinity.
36 PASS gain.gain.setTargetAtTime(1, 1, -Infinity) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite non-negative number: -Infinity.
37 PASS gain.gain.setTargetAtTime(1, 1, NaN) threw exception InvalidAccessError: Failed to execute 'setTargetAtTime' on 'AudioParam': Time constant must be a finite non-negative number: NaN.
38 PASS gain.gain.setValueCurveAtTime(curve, -1, 1) threw exception InvalidAccessError: Failed to execute 'setValueCurveAtTime' on 'AudioParam': Time must be a finite non-negative number: -1.
39 FAIL Unexpected error: Uncaught ReferenceError: duration is not defined
40 FAIL successfullyParsed should be true. Was false.
41
42 TEST COMPLETE
43