Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/MediaStreamAudioSource/mediastreamaudiosourcenode-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Basic tests for MediaStreamAudioSourceNode API. 1 Basic tests for MediaStreamAudioSourceNode API.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS {audio:true} generated stream 5 PASS {audio:true} generated stream
6 PASS s.getAudioTracks().length is 1 6 PASS s.getAudioTracks().length is 1
7 PASS s.getVideoTracks().length is 0 7 PASS s.getVideoTracks().length is 0
8 PASS Source AudioNode has no inputs. 8 PASS Source AudioNode has no inputs.
9 PASS Source AudioNode has one output. 9 PASS Source AudioNode has one output.
10 PASS connect() exception thrown for illegal destination AudioNode. 10 PASS connect() exception thrown for illegal destination AudioNode.
11 PASS connect() exception thrown for illegal output index. 11 PASS connect() exception thrown for illegal output index.
12 PASS connect() exception thrown for illegal input index. 12 PASS connect() exception thrown for illegal input index.
13 PASS mediaStreamSource.connect(context.destination) succeeded. 13 PASS mediaStreamSource.connect(context.destination) succeeded.
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698