| Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/reconnect-during.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/reconnect-during.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.html
|
| index 67e013ad1417cda64631aee9047a452faff34893..e7591b403f46674f91fd25e334612ae5c7363736 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristics/reconnect-during.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/reconnect-during.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(() => {
|
|
|