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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/audionode-connect-method-chaining-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
(Empty)
1 Test method chaining feature of AudioNode.connect() method.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS The return value of AnalyserNode.connect(GainNode) matches the destination GainNode.
7 PASS The return value of AnalyserNode.connect(BiquadFilterNode, 0) matches the d estination BiquadFilterNode.
8 PASS The return value of AnalyserNode.connect(ChannelMergerNode, 0, 1) matches t he destination ChannelMergerNode.
9 PASS The return value of BiquadFilterNode.connect(GainNode) matches the destinat ion GainNode.
10 PASS The return value of BiquadFilterNode.connect(BiquadFilterNode, 0) matches t he destination BiquadFilterNode.
11 PASS The return value of BiquadFilterNode.connect(ChannelMergerNode, 0, 1) match es the destination ChannelMergerNode.
12 PASS The return value of AudioBufferSourceNode.connect(GainNode) matches the des tination GainNode.
13 PASS The return value of AudioBufferSourceNode.connect(BiquadFilterNode, 0) matc hes the destination BiquadFilterNode.
14 PASS The return value of AudioBufferSourceNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
15 PASS The return value of ChannelMergerNode.connect(GainNode) matches the destina tion GainNode.
16 PASS The return value of ChannelMergerNode.connect(BiquadFilterNode, 0) matches the destination BiquadFilterNode.
17 PASS The return value of ChannelMergerNode.connect(ChannelMergerNode, 0, 1) matc hes the destination ChannelMergerNode.
18 PASS The return value of ChannelSplitterNode.connect(GainNode) matches the desti nation GainNode.
19 PASS The return value of ChannelSplitterNode.connect(BiquadFilterNode, 0) matche s the destination BiquadFilterNode.
20 PASS The return value of ChannelSplitterNode.connect(ChannelMergerNode, 0, 1) ma tches the destination ChannelMergerNode.
21 PASS The return value of ConvolverNode.connect(GainNode) matches the destination GainNode.
22 PASS The return value of ConvolverNode.connect(BiquadFilterNode, 0) matches the destination BiquadFilterNode.
23 PASS The return value of ConvolverNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
24 PASS The return value of DelayNode.connect(GainNode) matches the destination Gai nNode.
25 PASS The return value of DelayNode.connect(BiquadFilterNode, 0) matches the dest ination BiquadFilterNode.
26 PASS The return value of DelayNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
27 PASS The return value of DynamicsCompressorNode.connect(GainNode) matches the de stination GainNode.
28 PASS The return value of DynamicsCompressorNode.connect(BiquadFilterNode, 0) mat ches the destination BiquadFilterNode.
29 PASS The return value of DynamicsCompressorNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
30 PASS The return value of GainNode.connect(GainNode) matches the destination Gain Node.
31 PASS The return value of GainNode.connect(BiquadFilterNode, 0) matches the desti nation BiquadFilterNode.
32 PASS The return value of GainNode.connect(ChannelMergerNode, 0, 1) matches the d estination ChannelMergerNode.
33 PASS The return value of OscillatorNode.connect(GainNode) matches the destinatio n GainNode.
34 PASS The return value of OscillatorNode.connect(BiquadFilterNode, 0) matches the destination BiquadFilterNode.
35 PASS The return value of OscillatorNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
36 PASS The return value of PannerNode.connect(GainNode) matches the destination Ga inNode.
37 PASS The return value of PannerNode.connect(BiquadFilterNode, 0) matches the des tination BiquadFilterNode.
38 PASS The return value of PannerNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
39 PASS The return value of ScriptProcessorNode.connect(GainNode) matches the desti nation GainNode.
40 PASS The return value of ScriptProcessorNode.connect(BiquadFilterNode, 0) matche s the destination BiquadFilterNode.
41 PASS The return value of ScriptProcessorNode.connect(ChannelMergerNode, 0, 1) ma tches the destination ChannelMergerNode.
42 PASS The return value of StereoPannerNode.connect(GainNode) matches the destinat ion GainNode.
43 PASS The return value of StereoPannerNode.connect(BiquadFilterNode, 0) matches t he destination BiquadFilterNode.
44 PASS The return value of StereoPannerNode.connect(ChannelMergerNode, 0, 1) match es the destination ChannelMergerNode.
45 PASS The return value of WaveShaperNode.connect(GainNode) matches the destinatio n GainNode.
46 PASS The return value of WaveShaperNode.connect(BiquadFilterNode, 0) matches the destination BiquadFilterNode.
47 PASS The return value of WaveShaperNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
48 PASS The return value of MediaElementAudioSourceNode.connect(GainNode) matches t he destination GainNode.
49 PASS The return value of MediaElementAudioSourceNode.connect(BiquadFilterNode, 0 ) matches the destination BiquadFilterNode.
50 PASS The return value of MediaElementAudioSourceNode.connect(ChannelMergerNode, 0, 1) matches the destination ChannelMergerNode.
51 PASS The return value of MediaStreamAudioDestinationNode.connect(GainNode) match es the destination GainNode.
52 PASS The return value of MediaStreamAudioDestinationNode.connect(BiquadFilterNod e, 0) matches the destination BiquadFilterNode.
53 PASS The return value of MediaStreamAudioDestinationNode.connect(ChannelMergerNo de, 0, 1) matches the destination ChannelMergerNode.
54 PASS The return value of MediaStreamAudioSourceNode.connect(GainNode) matches th e destination GainNode.
55 PASS The return value of MediaStreamAudioSourceNode.connect(BiquadFilterNode, 0) matches the destination BiquadFilterNode.
56 PASS The return value of MediaStreamAudioSourceNode.connect(ChannelMergerNode, 0 , 1) matches the destination ChannelMergerNode.
57 PASS Connecting with an invalid output threw IndexSizeError: Failed to execute ' connect' on 'AudioNode': output index (1) exceeds number of outputs (1)..
58 PASS Connecting to a node from the different context threw SyntaxError: Failed t o execute 'connect' on 'AudioNode': cannot connect to a destination belonging to a different audio context..
59 PASS The output of chained connection of gain nodes contains only the constant 0 .125.
60 PASS successfullyParsed is true
61
62 TEST COMPLETE
63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698