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