| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/no-permission-present-service.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/no-permission-present-service.html
|
| similarity index 84%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/no-permission-present-service.html
|
| index 167638be2781461306f2bc2bd475428684f4cb20..152f5519008213fa9f70db662d0d15bf19dfe02f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/no-permission-present-service.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/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(() => {
|
|
|