| OLD | NEW |
| 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 |
| OLD | NEW |