Skip to content

Commit 2ec34f9

Browse files
dontcallmedomWestbrook
authored andcommitted
Move tests for RTCRtpParameters.codec to main WebRTC directory (web-platform-tests#47663)
see w3c/webrtc-pc#2985
1 parent 4dab7a5 commit 2ec34f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

webrtc-extensions/RTCRtpParameters-codec.html renamed to webrtc/RTCRtpParameters-codec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta name="timeout" content="long">
55
<script src="/resources/testharness.js"></script>
66
<script src="/resources/testharnessreport.js"></script>
7-
<script src="../webrtc/RTCPeerConnection-helper.js"></script>
8-
<script src="../webrtc/third_party/sdp/sdp.js"></script>
9-
<script src="../webrtc/simulcast/simulcast.js"></script>
7+
<script src="RTCPeerConnection-helper.js"></script>
8+
<script src="third_party/sdp/sdp.js"></script>
9+
<script src="simulcast/simulcast.js"></script>
1010
<script>
1111
'use strict';
1212

0 commit comments

Comments
 (0)