| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/invalid-service-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/invalid-service-name.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/invalid-service-name.html
|
| similarity index 83%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/invalid-service-name.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/invalid-service-name.html
|
| index b74260fc963a9dbef360c1760b5c7860966e0aaf..9c864b5f0192a7de066c9067b132d6a7634f58f0 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/invalid-service-name.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/invalid-service-name.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(() => {
|
|
|