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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioParam/audioparam-method-chaining-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 3 years, 12 months 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 Test method chaining feature of AudioParam automation methods. 1 Test method chaining feature of AudioParam automation methods.
2 2
3 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 ".
4 4
5 5
6 PASS The return value of AudioParam.setValueAtTime() matches the source AudioPar am. 6 PASS The return value of AudioParam.setValueAtTime() matches the source AudioPar am.
7 PASS The return value of AudioParam.linearRampToValueAtTime() matches the source AudioParam. 7 PASS The return value of AudioParam.linearRampToValueAtTime() matches the source AudioParam.
8 PASS The return value of AudioParam.exponentialRampToValueAtTime() matches the s ource AudioParam. 8 PASS The return value of AudioParam.exponentialRampToValueAtTime() matches the s ource AudioParam.
9 PASS The return value of AudioParam.setTargetAtTime() matches the source AudioPa ram. 9 PASS The return value of AudioParam.setTargetAtTime() matches the source AudioPa ram.
10 PASS The return value of AudioParam.setValueCurveAtTime() matches the source Aud ioParam. 10 PASS The return value of AudioParam.setValueCurveAtTime() matches the source Aud ioParam.
11 PASS The return value of AudioParam.cancelScheduledValues() matches the source A udioParam. 11 PASS The return value of AudioParam.cancelScheduledValues() matches the source A udioParam.
12 PASS Calling setValueAtTime() with a negative end time threw InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-n egative number: -1. 12 PASS Calling setValueAtTime() with a negative end time threw InvalidAccessError: Failed to execute 'setValueAtTime' on 'AudioParam': Time must be a finite non-n egative number: -1.
13 PASS Calling exponentialRampToValueAtTime() with a zero target value threw Inval idAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The float target value provided (0) should not be in the range (-1.40130e-45, 1 .40130e-45).. 13 PASS Calling exponentialRampToValueAtTime() with a zero target value threw Inval idAccessError: Failed to execute 'exponentialRampToValueAtTime' on 'AudioParam': The float target value provided (0) should not be in the range (-1.40130e-45, 1 .40130e-45)..
14 PASS The gain value of the first gain node is equal to 1. 14 PASS The gain value of the first gain node is equal to 1.
15 PASS The gain value of the second gain node is equal to 0.5. 15 PASS The gain value of the second gain node is equal to 0.5.
16 PASS The rendered envelope equals [0,0.000022675736961451248,0.00004535147392290 2495,0.00006802721088435374,0.00009070294784580499,...] with an element-wise tol erance of 0.0000040532. 16 PASS The rendered envelope equals [0,0.000022675736961451248,0.00004535147392290 2495,0.00006802721088435374,0.00009070294784580499,...] with an element-wise tol erance of 0.0000040532.
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698