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

Side by Side Diff: LayoutTests/webaudio/javascriptaudionode-expected.txt

Issue 14028011: Made AudioNode an EventTarget (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months 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 audioprocessWasCalled is true
19 PASS successfullyParsed is true 20 PASS successfullyParsed is true
20 21
21 TEST COMPLETE 22 TEST COMPLETE
22 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698