| Index: third_party/WebKit/LayoutTests/imported/wpt/webrtc/promises-call.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/promises-call.html b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/promises-call.html
|
| index 32b9508d49ed970a923edd7df87a6df4256f671e..3868f35b552bdffa533f12bc9c4d9997f43bbe79 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/promises-call.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/promises-call.html
|
| @@ -15,8 +15,8 @@ This test uses data only, and thus does not require fake media devices.
|
| </div>
|
|
|
| <!-- These files are in place when executing on W3C. -->
|
| - <script src="../../../resources/testharness.js"></script>
|
| - <script src="../../../resources/testharnessreport.js"></script>
|
| + <script src="/resources/testharness.js"></script>
|
| + <script src="/resources/testharnessreport.js"></script>
|
| <script type="text/javascript">
|
| var test = async_test('Can set up a basic WebRTC call with only data using promises.');
|
|
|
|
|