blob: ed4bf82f760d14ecc85fa772b6e29540d36a8d90 [file] [log] [blame]
crogers@google.comd2528162012-10-22 20:11:22 +00001Tests ScriptProcessorNode.
commit-queue@webkit.orge3f5cee2012-04-14 01:30:36 +00002
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
commit-queue@webkit.orgf56be622012-07-25 21:33:53 +00005PASS Exception was thrown when both numberOfInputChannels and numberOfOutputChannels are zero.
crogers@google.comd2528162012-10-22 20:11:22 +00006PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and numberOfOutputChannels = 0.
7PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 2 and numberOfOutputChannels = 0.
8PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 1.
9PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 2.
commit-queue@webkit.orge3f5cee2012-04-14 01:30:36 +000010PASS Exception was thrown for illegal bufferSize.
crogers@google.comd2528162012-10-22 20:11:22 +000011PASS Successfully created ScriptProcessorNode with bufferSize = 256.
12PASS Successfully created ScriptProcessorNode with bufferSize = 512.
13PASS Successfully created ScriptProcessorNode with bufferSize = 1024.
14PASS Successfully created ScriptProcessorNode with bufferSize = 2048.
15PASS Successfully created ScriptProcessorNode with bufferSize = 4096.
16PASS Successfully created ScriptProcessorNode with bufferSize = 8192.
17PASS Successfully created ScriptProcessorNode with bufferSize = 16384.
commit-queue@webkit.orge3f5cee2012-04-14 01:30:36 +000018PASS onaudioprocess was called with correct data.
commit-queue@webkit.orge3f5cee2012-04-14 01:30:36 +000019PASS successfullyParsed is true
20
21TEST COMPLETE
22