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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/ScriptProcessor/scriptprocessornode-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 Tests ScriptProcessorNode. 1 Tests ScriptProcessorNode.
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 Exception was thrown when both numberOfInputChannels and numberOfOutputChan nels are zero. 5 PASS Exception was thrown when both numberOfInputChannels and numberOfOutputChan nels are zero.
6 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and numberOfOutputChannels = 0. 6 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 1 and numberOfOutputChannels = 0.
7 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 2 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. 8 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 1.
9 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 2. 9 PASS Successfully created ScriptProcessorNode with numberOfInputChannels = 0 and numberOfOutputChannels = 2.
10 PASS Exception was thrown for illegal bufferSize. 10 PASS Exception was thrown for illegal bufferSize.
11 PASS Successfully created ScriptProcessorNode with bufferSize = 256. 11 PASS Successfully created ScriptProcessorNode with bufferSize = 256.
12 PASS Successfully created ScriptProcessorNode with bufferSize = 512. 12 PASS Successfully created ScriptProcessorNode with bufferSize = 512.
13 PASS Successfully created ScriptProcessorNode with bufferSize = 1024. 13 PASS Successfully created ScriptProcessorNode with bufferSize = 1024.
14 PASS Successfully created ScriptProcessorNode with bufferSize = 2048. 14 PASS Successfully created ScriptProcessorNode with bufferSize = 2048.
15 PASS Successfully created ScriptProcessorNode with bufferSize = 4096. 15 PASS Successfully created ScriptProcessorNode with bufferSize = 4096.
16 PASS Successfully created ScriptProcessorNode with bufferSize = 8192. 16 PASS Successfully created ScriptProcessorNode with bufferSize = 8192.
17 PASS Successfully created ScriptProcessorNode with bufferSize = 16384. 17 PASS Successfully created ScriptProcessorNode with bufferSize = 16384.
18 PASS onaudioprocess was called with correct data. 18 PASS onaudioprocess was called with correct data.
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698