| 1 | 1 | This is a testharness.js-based test.
|
|---|
| 2 | 2 | FAIL setLocalDescription() with valid answer should succeed assert_not_equals: Expect session description to be defined got disallowed value undefined
|
|---|
| 3 | 3 | FAIL setLocalDescription() with type answer and null sdp should use lastAnswer generated from createAnswer promise_test: Unhandled rejection with value: object "OperationError: Failed to parse SessionDescription. Expect line: v="
|
|---|
| 4 | | FAIL setLocalDescription() with answer not created by own createAnswer() should reject with InvalidModificationError assert_throws: function "function () { throw e }" threw object "OperationError: Failed to set local answer sdp: Failed to push down transport description: Local fingerprint does not match identity. Expected: sha-256 8B:71:FA:18:DA:D8:9E:B7:BA:F3:CC:25:9E:EA:4D:49:9D:BD:21:96:FD:C7:EE:CE:22:46:E2:6F:61:D3:25:90 Got: sha-256 14:E4:91:74:E8:69:F7:E7:CB:6A:33:7A:9D:8C:13:AA:48:AC:AE:42:59:B7:5B:08:A3:74:37:D9:CA:9C:40:22" that is not a DOMException InvalidModificationError: property "code" is equal to 0, expected 13
|
|---|
| 4 | FAIL setLocalDescription() with answer not created by own createAnswer() should reject with InvalidModificationError assert_throws: function "function () { throw e }" threw object "OperationError: Failed to set local answer sdp: Failed to push down transport description: Local fingerprint does not match identity. Expected: sha-256 A7:62:53:22:44:C2:03:A7:AA:57:2D:46:F8:27:44:EF:10:06:AA:6B:E0:DF:38:36:84:1D:EA:BB:1E:D4:2E:16 Got: sha-256 47:D5:38:6A:04:51:79:86:2C:CE:60:68:82:81:DF:D5:46:40:B4:91:FE:67:2B:C1:1A:0D:2D:A5:A3:8A:8B:61" that is not a DOMException InvalidModificationError: property "code" is equal to 0, expected 13
|
|---|
| 5 | 5 | FAIL Calling setLocalDescription(answer) from stable state should reject with InvalidStateError assert_throws: function "function () { throw e }" threw object "OperationError: Failed to set local answer sdp: Called in wrong state: STATE_INIT" that is not a DOMException InvalidStateError: property "code" is equal to 0, expected 11
|
|---|
| 6 | 6 | FAIL Calling setLocalDescription(answer) from have-local-offer state should reject with InvalidStateError assert_throws: function "function () { throw e }" threw object "OperationError: Failed to set local answer sdp: Called in wrong state: STATE_SENTOFFER" that is not a DOMException InvalidStateError: property "code" is equal to 0, expected 11
|
|---|
| 7 | 7 | PASS Test onsignalingstatechange event for setLocalDescription() with valid answer should succeed
|
|---|
| 8 | 8 | Harness: the test ran to completion.
|
|---|
| 9 | 9 |
|
|---|