| Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/disconnect-called-during.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/disconnect-called-during.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/disconnect-called-during.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/disconnect-called-during.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/disconnect-called-during.html
|
| index 7a3d1ddd037c92a6fcdd5858a5d8508e57e5b7d5..454402fcc3cab664d374d352b6a0148ed7a8aa2b 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getCharacteristic/disconnect-called-during.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/disconnect-called-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(() => {
|
|
|