OLD | NEW |
1 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected | 1 CONSOLE WARNING: line 1: Unknown constraint named invalid rejected |
2 CONSOLE WARNING: line 1: Unknown constraint named valid_but_unsupported_1 reject
ed | 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 Tests the RTCPeerConnection constructor. | 4 Tests the RTCPeerConnection constructor. |
5 | 5 |
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
7 | 7 |
8 | 8 |
9 PASS new webkitRTCPeerConnection(null); did not throw exception. | 9 PASS new webkitRTCPeerConnection(null); did not throw exception. |
10 PASS new webkitRTCPeerConnection(undefined); did not throw exception. | 10 PASS new webkitRTCPeerConnection(undefined); did not throw exception. |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<R
TCCertificate>. | 53 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<R
TCCertificate>. |
54 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<R
TCCertificate>. | 54 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<R
TCCertificate>. |
55 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null);
did not throw exception. | 55 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null);
did not throw exception. |
56 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null
); did not throw exception. | 56 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null
); did not throw exception. |
57 PASS certExpired.expires <= new Date().getTime() is true | 57 PASS certExpired.expires <= new Date().getTime() is true |
58 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, nu
ll); threw exception InvalidStateError: Failed to construct 'RTCPeerConnection':
Expired certificate(s).. | 58 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, nu
ll); threw exception InvalidStateError: Failed to construct 'RTCPeerConnection':
Expired certificate(s).. |
59 PASS successfullyParsed is true | 59 PASS successfullyParsed is true |
60 | 60 |
61 TEST COMPLETE | 61 TEST COMPLETE |
62 | 62 |
OLD | NEW |