Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / audiochannelsplitter-expected.txt
blob2ad4a370667409fa9db31a7d59b022281c1bbcf1
1 Tests AudioChannelSplitter.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS Exception been thrown for numberOfOutputs <= 0.
6 PASS Exception been thrown for numberOfOutputs >= 32.
7 PASS AudioChannelSplitter created successfully with numberOfOutputs = 32.
8 PASS AudioChannelSplitter has 32 outputs when it is created with numberOfOutputs = 32.
9 PASS AudioChannelSplitter has one input.
10 PASS AudioChannelSplitter created successfully with empty parameter.
11 PASS AudioChannelSplitter has 6 outputs when it is created with empty parameter.
12 PASS ChannelSplitterNode Object is available.
13 PASS Correctly exchanged left and right channels.
14 PASS successfullyParsed is true
16 TEST COMPLETE