Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test onactive/oninactive callback. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS stream.active is true | |
| 7 PASS stream.getAudioTracks().length is 1 | |
| 8 PASS stream.getVideoTracks().length is 1 | |
| 9 PASS streamInactive was called. | |
| 10 PASS stream.active is false | |
| 11 PASS stream.active is false | |
| 12 PASS streamActive was called. | |
| 13 PASS stream.active is true | |
| 14 PASS successfullyParsed is true | |
| 15 | |
| 16 TEST COMPLETE | |
| 17 | |
| OLD | NEW |