OLD | NEW |
1 Basic tests for MediaStreamAudioSourceNode API. | 1 Basic tests for MediaStreamAudioSourceNode API. |
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 {audio:true} generated stream | 5 PASS {audio:true} generated stream |
6 PASS s.getAudioTracks().length is 1 | 6 PASS s.getAudioTracks().length is 1 |
7 PASS s.getVideoTracks().length is 0 | 7 PASS s.getVideoTracks().length is 0 |
8 PASS Source AudioNode has no inputs. | 8 PASS Source AudioNode has no inputs. |
9 PASS Source AudioNode has one output. | 9 PASS Source AudioNode has one output. |
10 PASS connect() exception thrown for illegal destination AudioNode. | 10 PASS connect() exception thrown for illegal destination AudioNode. |
11 PASS connect() exception thrown for illegal output index. | 11 PASS connect() exception thrown for illegal output index. |
12 PASS connect() exception thrown for illegal input index. | 12 PASS connect() exception thrown for illegal input index. |
13 PASS mediaStreamSource.connect(context.destination) succeeded. | 13 PASS mediaStreamSource.connect(context.destination) succeeded. |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 | 17 |
OLD | NEW |