OLD | NEW |
1 Tests RTCPeerConnection createOffer. | 1 Tests RTCPeerConnection createOffer. |
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 testExecutionOrderClosedConnection() did not throw exception. | 6 PASS testExecutionOrderClosedConnection() did not throw exception. |
7 PASS pc.createOffer(createOfferSucceeded1, unexpectedCallback, {voiceActivityDet
ection:true, iceRestart:true, offerToReceiveAudio:1, offerToReceiveVideo:1}); di
d not throw exception. | 7 PASS pc.createOffer(createOfferSucceeded1, unexpectedCallback, {voiceActivityDet
ection:true, iceRestart:true, offerToReceiveAudio:1, offerToReceiveVideo:1}); di
d not throw exception. |
8 PASS error.name is "InvalidStateError" | 8 PASS error.name is "InvalidStateError" |
9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." | 9 PASS error.toString() is "InvalidStateError: The RTCPeerConnection's signalingSt
ate is 'closed'." |
10 PASS events is [1,2,3] | 10 PASS events is [1,2,3] |
(...skipping 26 matching lines...) Expand all Loading... |
37 PASS error.name is "OperationError" | 37 PASS error.name is "OperationError" |
38 PASS error.toString() is "OperationError: TEST_ERROR" | 38 PASS error.toString() is "OperationError: TEST_ERROR" |
39 PASS pc.createOffer(unexpectedCallback, expectedCreateOfferFailed7, {offerToRece
iveVideo:0, offerToReceiveAudio:-1}); did not throw exception. | 39 PASS pc.createOffer(unexpectedCallback, expectedCreateOfferFailed7, {offerToRece
iveVideo:0, offerToReceiveAudio:-1}); did not throw exception. |
40 PASS expectedCreateOfferFailed7 called. | 40 PASS expectedCreateOfferFailed7 called. |
41 PASS error.name is "OperationError" | 41 PASS error.name is "OperationError" |
42 PASS error.toString() is "OperationError: TEST_ERROR" | 42 PASS error.toString() is "OperationError: TEST_ERROR" |
43 PASS successfullyParsed is true | 43 PASS successfullyParsed is true |
44 | 44 |
45 TEST COMPLETE | 45 TEST COMPLETE |
46 | 46 |
OLD | NEW |