| Index: third_party/WebKit/LayoutTests/imported/wpt/webrtc/datachannel-emptystring.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/datachannel-emptystring.html b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/datachannel-emptystring.html
|
| index e7b2fc7d48cf027699c5aa65dabf0cf1a79cc9a4..085b68aac1b1cc9d4ed4976e03b14daf1dcf98a0 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/webrtc/datachannel-emptystring.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/webrtc/datachannel-emptystring.html
|
| @@ -15,8 +15,8 @@ and ensures that an empty string sent by one is received by the second.
|
| <div id="msg"></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 send empty strings across a WebRTC data channel.');
|
|
|
|
|