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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/AudioNode/audionode-disconnect-audioparam-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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 disconnect() method on AudioParam destination. 1 Test disconnect() method on AudioParam destination.
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 Channel #0 contains all the expected values in the correct order: [2.25,1.5 ]. 6 PASS Channel #0 contains all the expected values in the correct order: [2.25,1.5 ].
7 PASS The index of value change is equal to 11008. 7 PASS The index of value change is equal to 11008.
8 PASS Channel #0 contains all the expected values in the correct order: [3,1.5]. 8 PASS Channel #0 contains all the expected values in the correct order: [3,1.5].
9 PASS The index of value change in channel #0 is equal to 11008. 9 PASS The index of value change in channel #0 is equal to 11008.
10 PASS Channel #1 contains all the expected values in the correct order: [6,3]. 10 PASS Channel #1 contains all the expected values in the correct order: [6,3].
11 PASS The index of value change in channel #1 is equal to 11008. 11 PASS The index of value change in channel #1 is equal to 11008.
12 PASS gain1.disconnect(gain3.gain) threw InvalidAccessError: Failed to execute 'd isconnect' on 'AudioNode': the given AudioParam is not connected.. 12 PASS gain1.disconnect(gain3.gain) threw InvalidAccessError: Failed to execute 'd isconnect' on 'AudioNode': the given AudioParam is not connected..
13 PASS splitter.disconnect(gain1.gain, 1) threw InvalidAccessError: Failed to exec ute 'disconnect' on 'AudioNode': specified destination AudioParam and node outpu t (1) are not connected.. 13 PASS splitter.disconnect(gain1.gain, 1) threw InvalidAccessError: Failed to exec ute 'disconnect' on 'AudioNode': specified destination AudioParam and node outpu t (1) are not connected..
14 PASS splitter.disconnect(gain1.gain, 2) threw IndexSizeError: Failed to execute 'disconnect' on 'AudioNode': The output index provided (2) is outside the range [0, 1].. 14 PASS splitter.disconnect(gain1.gain, 2) threw IndexSizeError: Failed to execute 'disconnect' on 'AudioNode': The output index provided (2) is outside the range [0, 1]..
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698