Skip to content

Commit 8cc3f80

Browse files
authored
1 parent b84e93d commit 8cc3f80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webrtc/RTCPeerConnection-ontrack.https.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,6 @@
305305
pc.ontrack = t.unreached_func('ontrack event should not fire for track in a rejected media section');
306306

307307
await pc.setRemoteDescription({type: 'offer', sdp});
308+
assert_equals(pc.getTransceivers().length, 1);
308309
}, `ontrack should not fire for rejected media sections`);
309310
</script>

0 commit comments

Comments
 (0)