blob: 794af3dae75215c9c49ad111208aa3c354e85fd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[RTCPeerConnection-setRemoteDescription-offer.html]
expected:
if (os == "linux") and not debug and fission: [ERROR, OK, CRASH]
ERROR
[setRemoteDescription(offer) with invalid SDP should reject with RTCError]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
expected: FAIL
[setRemoteDescription(invalidOffer) from have-local-offer does not undo rollback]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1527916
expected: FAIL
[repeated sRD(offer) works]
expected: NOTRUN
[sRD(reoffer) with candidates and without trickle works]
expected: NOTRUN
[Transceivers added by sRD(offer) should not show up until sRD resolves]
expected: NOTRUN
[setRemoteDescription(section with duplicate msid) rejects]
expected: NOTRUN
|