Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 CONSOLE MESSAGE: Deprecated AudioContext constructor: use OfflineAudioContext in stead | 1 CONSOLE MESSAGE: Deprecated AudioContext constructor: use OfflineAudioContext in stead |
| 2 Basic tests for AudioNode API. | 2 Basic tests for AudioNode API. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". |
| 5 | 5 |
| 6 PASS audioNode.noteOn() threw exception TypeError: Not enough arguments. | 6 PASS audioNode.noteOn() threw exception TypeError: Not enough arguments. |
| 7 PASS audioNode.noteGrainOn() threw exception TypeError: Not enough arguments. | 7 PASS audioNode.noteGrainOn() threw exception TypeError: Not enough arguments. |
| 8 PASS audioNode.noteOff() threw exception TypeError: Not enough arguments. | 8 PASS audioNode.noteOff() threw exception TypeError: Not enough arguments. |
| 9 PASS Source AudioNode has no inputs. | 9 PASS Source AudioNode has no inputs. |
| 10 PASS Source AudioNode has one output. | 10 PASS Source AudioNode has one output. |
| 11 PASS Destination AudioNode has one input. | 11 PASS Destination AudioNode has one input. |
| 12 PASS Destination AudioNode has no outputs. | 12 PASS Destination AudioNode has no outputs. |
| 13 PASS connect() exception thrown for illegal destination AudioNode. | 13 PASS connect() exception thrown for illegal destination AudioNode. |
| 14 PASS connect() exception thrown for illegal output index. | 14 PASS connect() exception thrown for illegal output index. |
| 15 PASS connect() exception thrown for illegal input index. | 15 PASS connect() exception thrown for illegal input index. |
| 16 PASS audioNode.connect(context.destination) succeeded. | 16 PASS audioNode.connect(context.destination) succeeded. |
| 17 PASS exception thrown when connecting to other context's node. | 17 PASS exception thrown when connecting to other context's node. |
| 18 PASS exception thrown when creating audio context with not enough arguments. | 18 PASS exception thrown when creating audio context with not enough arguments. |
| 19 PASS Audio Node is an EventTarget | |
|
Chris Rogers
2013/04/16 21:03:03
nit: I'd spell as AudioNode like the other tests
| |
| 19 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
| 20 | 21 |
| 21 TEST COMPLETE | 22 TEST COMPLETE |
| 22 | 23 |
| OLD | NEW |