| OLD | NEW |
| (Empty) |
| 1 Basic tests for MediaStreamAudioSourceNode API. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 PASS {audio:true} generated stream | |
| 6 PASS s.getAudioTracks().length is 1 | |
| 7 PASS s.getVideoTracks().length is 0 | |
| 8 PASS Source AudioNode has no inputs. | |
| 9 PASS Source AudioNode has one output. | |
| 10 PASS connect() exception thrown for illegal destination AudioNode. | |
| 11 PASS connect() exception thrown for illegal output index. | |
| 12 PASS connect() exception thrown for illegal input index. | |
| 13 PASS mediaStreamSource.connect(context.destination) succeeded. | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |