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