Skip to content

Commit b1987b7

Browse files
committed
add test coverage annotation for sdp munging
fixes w3c#2907
1 parent b82b774 commit b1987b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webrtc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4241,7 +4241,7 @@ <h2>
42414241
</p>
42424242
</li>
42434243
<li data-tests=
4244-
"RTCPeerConnection-setLocalDescription-offer.html">
4244+
"RTCPeerConnection-setLocalDescription-offer.html,legacy/munge-dont.html">
42454245
<p>
42464246
If <var>type</var> is {{RTCSdpType/"offer"}}, and
42474247
<var>sdp</var> is not the empty string and not
@@ -4253,7 +4253,7 @@ <h2>
42534253
</p>
42544254
</li>
42554255
<li data-tests=
4256-
"RTCPeerConnection-setLocalDescription-answer.html">
4256+
"RTCPeerConnection-setLocalDescription-answer.html,legacy/munge-dont.html">
42574257
<p>
42584258
If <var>type</var> is {{RTCSdpType/"answer"}} or
42594259
{{RTCSdpType/"pranswer"}}, and <var>sdp</var> is

0 commit comments

Comments
 (0)