OLD | NEW |
1 Tests the RTCPeerConnection stats interface. | 1 Tests the RTCPeerConnection stats interface. |
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 | 5 |
6 PASS pc = new webkitRTCPeerConnection(null) did not throw exception. | 6 PASS pc = new webkitRTCPeerConnection(null) did not throw exception. |
7 PASS pc.getStats(statsHandler1) did not throw exception. | 7 PASS pc.getStats(statsHandler1) did not throw exception. |
8 PASS statsHandler1 was called | 8 PASS statsHandler1 was called |
9 PASS status is non-null. | 9 PASS status is non-null. |
10 PASS result.length is 0 | 10 PASS result.length is 0 |
(...skipping 27 matching lines...) Expand all Loading... |
38 PASS res.type is non-null. | 38 PASS res.type is non-null. |
39 PASS res.names().length is >= 1 | 39 PASS res.names().length is >= 1 |
40 PASS res.names().indexOf("type") is >= 0 | 40 PASS res.names().indexOf("type") is >= 0 |
41 PASS res.stat("type") is "audio" | 41 PASS res.stat("type") is "audio" |
42 PASS status_g.namedItem(res.id) is non-null. | 42 PASS status_g.namedItem(res.id) is non-null. |
43 PASS status_g[res.id] is non-null. | 43 PASS status_g[res.id] is non-null. |
44 PASS successfullyParsed is true | 44 PASS successfullyParsed is true |
45 | 45 |
46 TEST COMPLETE | 46 TEST COMPLETE |
47 | 47 |
OLD | NEW |