OLD | NEW |
1 Tests the RTCPeerConnection constructor. | 1 Tests the RTCPeerConnection constructor. |
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 new webkitRTCPeerConnection(null); did not throw exception. | 6 PASS new webkitRTCPeerConnection(null); did not throw exception. |
7 PASS new webkitRTCPeerConnection(null, null); did not throw exception. | 7 PASS new webkitRTCPeerConnection(null, null); did not throw exception. |
8 PASS new webkitRTCPeerConnection(undefined); did not throw exception. | 8 PASS new webkitRTCPeerConnection(undefined); did not throw exception. |
9 PASS new webkitRTCPeerConnection(undefined, undefined); did not throw exception. | 9 PASS new webkitRTCPeerConnection(undefined, undefined); did not throw exception. |
10 PASS new webkitRTCPeerConnection(); threw exception TypeError: Failed to constru
ct 'RTCPeerConnection': 1 argument required, but only 0 present.. | 10 PASS new webkitRTCPeerConnection(); threw exception TypeError: Failed to constru
ct 'RTCPeerConnection': 1 argument required, but only 0 present.. |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:66}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Fail
ed to initialize native PeerConnection.. | 43 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:66}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Fail
ed to initialize native PeerConnection.. |
44 PASS new webkitRTCPeerConnection(null, {mandatory:{invalid:1}}); threw exception
NotSupportedError: Failed to construct 'RTCPeerConnection': Failed to initializ
e native PeerConnection.. | 44 PASS new webkitRTCPeerConnection(null, {mandatory:{invalid:1}}); threw exception
NotSupportedError: Failed to construct 'RTCPeerConnection': Failed to initializ
e native PeerConnection.. |
45 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Fai
led to initialize native PeerConnection.. | 45 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Fai
led to initialize native PeerConnection.. |
46 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1, va
lid_and_supported_1:1}}); threw exception NotSupportedError: Failed to construct
'RTCPeerConnection': Failed to initialize native PeerConnection.. | 46 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1, va
lid_and_supported_1:1}}); threw exception NotSupportedError: Failed to construct
'RTCPeerConnection': Failed to initialize native PeerConnection.. |
47 PASS new webkitRTCPeerConnection(null, {optional:{valid_and_supported_1:0}}); th
rew exception TypeError: Failed to construct 'RTCPeerConnection': Malformed cons
traints object.. | 47 PASS new webkitRTCPeerConnection(null, {optional:{valid_and_supported_1:0}}); th
rew exception TypeError: Failed to construct 'RTCPeerConnection': Malformed cons
traints object.. |
48 PASS new webkitRTCPeerConnection(null, {optional:[{valid_and_supported_1:0,valid
_and_supported_2:0}]}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. | 48 PASS new webkitRTCPeerConnection(null, {optional:[{valid_and_supported_1:0,valid
_and_supported_2:0}]}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. |
49 PASS new webkitRTCPeerConnection(null, {optional:[{invalid:0}]}); threw exceptio
n NotSupportedError: Failed to construct 'RTCPeerConnection': Failed to initiali
ze native PeerConnection.. | 49 PASS new webkitRTCPeerConnection(null, {optional:[{invalid:0}]}); threw exceptio
n NotSupportedError: Failed to construct 'RTCPeerConnection': Failed to initiali
ze native PeerConnection.. |
50 PASS new webkitRTCPeerConnection(null, {valid_and_supported_1:1}); threw excepti
on TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints obj
ect.. | 50 PASS new webkitRTCPeerConnection(null, {valid_and_supported_1:1}); threw excepti
on TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints obj
ect.. |
51 PASS new webkitRTCPeerConnection(null, {valid_but_unsupported_1:1}); threw excep
tion TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints o
bject.. | 51 PASS new webkitRTCPeerConnection(null, {valid_but_unsupported_1:1}); threw excep
tion TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints o
bject.. |
52 PASS new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{vali
d_and_supported_1:1}}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. | 52 PASS new webkitRTCPeerConnection(null, {valid_and_supported_2:1, mandatory:{vali
d_and_supported_1:1}}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. |
| 53 PASS new webkitRTCPeerConnection({certificates:null}, null); did not throw excep
tion. |
| 54 PASS new webkitRTCPeerConnection({certificates:[]}, null); did not throw excepti
on. |
| 55 PASS new webkitRTCPeerConnection({certificates:[null]}, null); threw exception T
ypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertifi
cate>. |
| 56 PASS new webkitRTCPeerConnection({certificates:[1337]}, null); threw exception T
ypeError: Failed to construct 'RTCPeerConnection': Malformed sequence<RTCCertifi
cate>. |
| 57 PASS new webkitRTCPeerConnection({certificates:[certRSA]}, null); did not throw
exception. |
| 58 PASS new webkitRTCPeerConnection({certificates:[certECDSA]}, null); did not thro
w exception. |
53 PASS successfullyParsed is true | 59 PASS successfullyParsed is true |
54 | 60 |
55 TEST COMPLETE | 61 TEST COMPLETE |
56 | 62 |
OLD | NEW |