OLD | NEW |
1 CONSOLE WARNING: 'MediaStream.ended' is deprecated and will be removed in M47, a
round November 2015. Please use 'MediaStream.active' instead. | |
2 CONSOLE WARNING: 'MediaStream.stop()' is deprecated and will be removed in M47,
around November 2015. Please use 'MediaStream.active' instead. | |
3 Tests MediaStream::onended callback. | 1 Tests MediaStream::onended callback. |
4 | 2 |
5 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
". |
6 | 4 |
7 | 5 |
8 PASS stream.ended is false | |
9 PASS streamEnded was called. | 6 PASS streamEnded was called. |
10 PASS stream.ended is true | |
11 PASS stream.ended is false | |
12 PASS streamEnded was called. | 7 PASS streamEnded was called. |
13 PASS stream.ended is true | |
14 PASS successfullyParsed is true | 8 PASS successfullyParsed is true |
15 | 9 |
16 TEST COMPLETE | 10 TEST COMPLETE |
17 | 11 |
OLD | NEW |