| Index: third_party/WebKit/LayoutTests/bluetooth/server/disconnect/connect-disconnect-twice.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/disconnect/connect-disconnect-twice.html b/third_party/WebKit/LayoutTests/bluetooth/server/disconnect/connect-disconnect-twice.html
|
| similarity index 75%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/disconnect/connect-disconnect-twice.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/disconnect/connect-disconnect-twice.html
|
| index c81996ae1ad82928094eb31bb4dc46c6f5a34fb8..b6b769654f4821663fcbc1903f4e94a4809527bc 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/disconnect/connect-disconnect-twice.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/disconnect/connect-disconnect-twice.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| -<script src="../../resources/testharness.js"></script>
|
| -<script src="../../resources/testharnessreport.js"></script>
|
| -<script src="../../resources/bluetooth/bluetooth-helpers.js"></script>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script src="../../../resources/bluetooth/bluetooth-helpers.js"></script>
|
| <script>
|
| 'use strict';
|
| promise_test(() => {
|
|
|