| 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: The rtcpMuxPolicy option is being considered for remova
l and may be removed no earlier than M62, around October 2017. If you depend on
it, please see https://www.chromestatus.com/features/5654810086866944 for more d
etails. |
| 2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected | 2 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected |
| 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 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed |
| 5 Tests the RTCPeerConnection constructor. | 5 Tests the RTCPeerConnection constructor. |
| 6 | 6 |
| 7 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
". |
| 8 | 8 |
| 9 | 9 |
| 10 PASS webkitRTCPeerConnection is RTCPeerConnection | 10 PASS webkitRTCPeerConnection is RTCPeerConnection |
| 11 PASS new RTCPeerConnection(null); did not throw exception. | 11 PASS new RTCPeerConnection(null); did not throw exception. |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Failed to convert value to
'RTCCertificate'.. | 66 PASS new RTCPeerConnection({iceServers:[], certificates:[null]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Failed to convert value to
'RTCCertificate'.. |
| 67 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Failed to convert value to
'RTCCertificate'.. | 67 PASS new RTCPeerConnection({iceServers:[], certificates:[1337]}); threw exceptio
n TypeError: Failed to construct 'RTCPeerConnection': Failed to convert value to
'RTCCertificate'.. |
| 68 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n
ot throw exception. | 68 PASS new RTCPeerConnection({iceServers:[], certificates:[certRSA]}, null); did n
ot throw exception. |
| 69 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did
not throw exception. | 69 PASS new RTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null); did
not throw exception. |
| 70 PASS certExpired.expires <= new Date().getTime() is true | 70 PASS certExpired.expires <= new Date().getTime() is true |
| 71 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t
hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi
red certificate(s).. | 71 PASS new RTCPeerConnection({iceServers:[], certificates:[certExpired]}, null); t
hrew exception InvalidAccessError: Failed to construct 'RTCPeerConnection': Expi
red certificate(s).. |
| 72 PASS successfullyParsed is true | 72 PASS successfullyParsed is true |
| 73 | 73 |
| 74 TEST COMPLETE | 74 TEST COMPLETE |
| 75 | 75 |
| OLD | NEW |