Skip to content

Commit

Permalink
Merge pull request #2928 from fippo/dont-munge
Browse files Browse the repository at this point in the history
add test coverage annotation for sdp munging
  • Loading branch information
alvestrand authored Feb 15, 2024
2 parents 20474d9 + b1987b7 commit 92bc258
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 92bc258

Please sign in to comment.