| OLD | NEW |
| 1 CONSOLE WARNING: line 1: The rtcpMuxPolicy option is being considered for remova
l and may be removed no earlier than M60, around August 2017. If you depend on i
t, please see https://www.chromestatus.com/features/5654810086866944 for more de
tails. |
| 1 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected | 2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected |
| 2 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed | 3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed |
| 3 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed | 4 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed |
| 4 Tests the RTCPeerConnection constructor. | 5 Tests the RTCPeerConnection constructor. |
| 5 | 6 |
| 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 7 | 8 |
| 8 | 9 |
| 9 PASS webkitRTCPeerConnection is RTCPeerConnection | 10 PASS webkitRTCPeerConnection is RTCPeerConnection |
| 10 PASS new RTCPeerConnection(null); did not throw exception. | 11 PASS new RTCPeerConnection(null); did not throw exception. |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type
. | 59 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type
. |
| 59 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type
. | 60 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Invalid Array element type
. |
| 60 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n
ot throw exception. | 61 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n
ot throw exception. |
| 61 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did
not throw exception. | 62 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did
not throw exception. |
| 62 PASS certExpired.expires <= new Date().getTime() is true | 63 PASS certExpired.expires <= new Date().getTime() is true |
| 63 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t
hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi
red certificate(s).. | 64 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t
hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi
red certificate(s).. |
| 64 PASS successfullyParsed is true | 65 PASS successfullyParsed is true |
| 65 | 66 |
| 66 TEST COMPLETE | 67 TEST COMPLETE |
| 67 | 68 |
| OLD | NEW |