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 authored and alvestrand committed Feb 23, 2024
1 parent 090c77b commit 008968a
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 @@ -4244,7 +4244,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 @@ -4256,7 +4256,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 008968a

Please sign in to comment.