Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / mediastreamaudiosourcenode-expected.txt
blobb366889b87829613a1c01594adbf5c50a0573b5f
1 Basic tests for MediaStreamAudioSourceNode API.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
5 PASS {audio:true} generated stream
6 PASS s.getAudioTracks().length is 1
7 PASS s.getVideoTracks().length is 0
8 PASS Source AudioNode has no inputs.
9 PASS Source AudioNode has one output.
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 mediaStreamSource.connect(context.destination) succeeded.
14 PASS successfullyParsed is true
16 TEST COMPLETE