Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webaudio / audionode-expected.txt
1 Basic tests for AudioNode API.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5 PASS Source AudioNode has no inputs.
6 PASS Source AudioNode has one output.
7 PASS Destination AudioNode has one input.
8 PASS Destination AudioNode has no outputs.
9 PASS connect() exception thrown for illegal destination AudioNode.
10 PASS connect() exception thrown for illegal output index.
11 PASS connect() exception thrown for illegal input index.
12 PASS audioNode.connect(context.destination) succeeded.
13 PASS exception thrown when connecting to other context's node.
14 PASS context3 = new AudioContext(1, 44100, 44100) did not throw exception.
15 PASS context3 is not an OfflineAudioContext
16 PASS AudioNode is an EventTarget
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20