Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / scriptprocessornode-expected.txt
blobed4bf82f760d14ecc85fa772b6e29540d36a8d90
1 Tests ScriptProcessorNode.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS Exception was thrown when both numberOfInputChannels and numberOfOutputChannels are zero.
6 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and numberOfOutputChannels = 0.
7 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 2 and numberOfOutputChannels = 0.
8 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 1.
9 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 2.
10 PASS Exception was thrown for illegal bufferSize.
11 PASS Successfully created ScriptProcessorNode with bufferSize = 256.
12 PASS Successfully created ScriptProcessorNode with bufferSize = 512.
13 PASS Successfully created ScriptProcessorNode with bufferSize = 1024.
14 PASS Successfully created ScriptProcessorNode with bufferSize = 2048.
15 PASS Successfully created ScriptProcessorNode with bufferSize = 4096.
16 PASS Successfully created ScriptProcessorNode with bufferSize = 8192.
17 PASS Successfully created ScriptProcessorNode with bufferSize = 16384.
18 PASS onaudioprocess was called with correct data.
19 PASS successfullyParsed is true
21 TEST COMPLETE