Skip to content

Commit

Permalink
add test coverage annotation for sdp munging
Browse files Browse the repository at this point in the history
fixes #2907
  • Loading branch information
fippo committed Jan 18, 2024
1 parent b82b774 commit b1987b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4241,7 +4241,7 @@ <h2>
</p>
</li>
<li data-tests=
"RTCPeerConnection-setLocalDescription-offer.html">
"RTCPeerConnection-setLocalDescription-offer.html,legacy/munge-dont.html">
<p>
If <var>type</var> is {{RTCSdpType/"offer"}}, and
<var>sdp</var> is not the empty string and not
Expand All @@ -4253,7 +4253,7 @@ <h2>
</p>
</li>
<li data-tests=
"RTCPeerConnection-setLocalDescription-answer.html">
"RTCPeerConnection-setLocalDescription-answer.html,legacy/munge-dont.html">
<p>
If <var>type</var> is {{RTCSdpType/"answer"}} or
{{RTCSdpType/"pranswer"}}, and <var>sdp</var> is
Expand Down

0 comments on commit b1987b7

Please sign in to comment.