[RTCPeerConnection-setLocalDescription.html]
[setLocalDescription with type offer and null sdp should use lastOffer generated from createOffer]
expected: FAIL
[setLocalDescription() with offer not created by own createOffer() should reject with InvalidModificationError]
expected: FAIL
[Set created offer other than last offer should reject with InvalidModificationError]
expected: FAIL
[Creating and setting offer multiple times should succeed]
expected: FAIL
[setLocalDescription(offer) should never resolve if connection is closed in parallel]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1383069
expected: FAIL
[setLocalDescription() with valid answer should succeed]
expected: FAIL
[setLocalDescription() with type answer and null sdp should use lastAnswer generated from createAnswer]
expected: FAIL
[setLocalDescription() with answer not created by own createAnswer() should reject with InvalidModificationError]
expected: FAIL
[Switching role from answerer to offerer after going back to stable state should succeed]
expected: FAIL
[Calling setLocalDescription(answer) from stable state should reject with InvalidStateError]
expected: FAIL
[Calling setLocalDescription(answer) from have-local-offer state should reject with InvalidStateError]
expected: FAIL