| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnected-device.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnected-device.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnected-device.html
|
| similarity index 72%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnected-device.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnected-device.html
|
| index 6f1b37273f6799cef6c6f1b26056d1178058122f..ac78bc456398d72d489d2e1dccc80f90444ed805 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/disconnected-device.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/disconnected-device.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(() => {
|
|
|