| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:66}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Unsa
tisfiable constraint valid_and_supported_1. | 42 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_and_supported_1:66}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Unsa
tisfiable constraint valid_and_supported_1. |
| 43 PASS new webkitRTCPeerConnection(null, {mandatory:{invalid:1}}); threw exception
NotSupportedError: Failed to construct 'RTCPeerConnection': Unsatisfiable const
raint invalid. | 43 PASS new webkitRTCPeerConnection(null, {mandatory:{invalid:1}}); threw exception
NotSupportedError: Failed to construct 'RTCPeerConnection': Unsatisfiable const
raint invalid. |
| 44 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Uns
atisfiable constraint valid_but_unsupported_1. | 44 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1}});
threw exception NotSupportedError: Failed to construct 'RTCPeerConnection': Uns
atisfiable constraint valid_but_unsupported_1. |
| 45 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1, va
lid_and_supported_1:1}}); threw exception NotSupportedError: Failed to construct
'RTCPeerConnection': Unsatisfiable constraint valid_but_unsupported_1. | 45 PASS new webkitRTCPeerConnection(null, {mandatory:{valid_but_unsupported_1:1, va
lid_and_supported_1:1}}); threw exception NotSupportedError: Failed to construct
'RTCPeerConnection': Unsatisfiable constraint valid_but_unsupported_1. |
| 46 PASS new webkitRTCPeerConnection(null, {optional:{valid_and_supported_1:0}}); th
rew exception TypeError: Failed to construct 'RTCPeerConnection': Malformed cons
traints object.. | 46 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,valid
_and_supported_2:0}]}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. | 47 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:[{invalid:0}]}); did not throw
exception. | 48 PASS new webkitRTCPeerConnection(null, {optional:[{invalid:0}]}); did not throw
exception. |
| 49 PASS new webkitRTCPeerConnection(null, {valid_and_supported_1:1}); threw excepti
on TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints obj
ect.. | 49 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_but_unsupported_1:1}); threw excep
tion TypeError: Failed to construct 'RTCPeerConnection': Malformed constraints o
bject.. | 50 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_and_supported_2:1, mandatory:{vali
d_and_supported_1:1}}); threw exception TypeError: Failed to construct 'RTCPeerC
onnection': Malformed constraints object.. | 51 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({iceServers:[], certificates:null}); did not th
row exception. | 52 PASS new webkitRTCPeerConnection({iceServers:[], certificates:null}); threw exce
ption TypeError: Failed to construct 'RTCPeerConnection': The value provided is
neither an array, nor does it have indexed properties.. |
| 53 PASS new webkitRTCPeerConnection({iceServers:[], certificates:undefined}); did n
ot throw exception. | 53 PASS new webkitRTCPeerConnection({iceServers:[], certificates:undefined}); did n
ot throw exception. |
| 54 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[]}); did not thro
w exception. | 54 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[]}); did not thro
w exception. |
| 55 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Invalid Array elemen
t type. | 55 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[null]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Invalid Array elemen
t type. |
| 56 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Invalid Array elemen
t type. | 56 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[1337]}); threw ex
ception TypeError: Failed to construct 'RTCPeerConnection': Invalid Array elemen
t type. |
| 57 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null);
did not throw exception. | 57 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certRSA]}, null);
did not throw exception. |
| 58 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null
); did not throw exception. | 58 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certECDSA]}, null
); did not throw exception. |
| 59 PASS certExpired.expires <= new Date().getTime() is true | 59 PASS certExpired.expires <= new Date().getTime() is true |
| 60 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, nu
ll); threw exception InvalidStateError: Failed to construct 'RTCPeerConnection':
Expired certificate(s).. | 60 PASS new webkitRTCPeerConnection({iceServers:[], certificates:[certExpired]}, nu
ll); threw exception InvalidStateError: Failed to construct 'RTCPeerConnection':
Expired certificate(s).. |
| 61 PASS successfullyParsed is true | 61 PASS successfullyParsed is true |
| 62 | 62 |
| 63 TEST COMPLETE | 63 TEST COMPLETE |
| 64 | 64 |
| OLD | NEW |