| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/no-permission-present-service.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-present-service.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/no-permission-present-service.html
|
| similarity index 74%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-present-service.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/no-permission-present-service.html
|
| index f9da2e6eeab9c2003dec926e55d1e41387d7f1fe..ea37367abf7217df5a8cf01ba3449b5ce35dbacf 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/no-permission-present-service.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/no-permission-present-service.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(() => {
|
|
|