| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/blocklisted-services.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blocklisted-services.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/blocklisted-services.html
|
| similarity index 84%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blocklisted-services.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/blocklisted-services.html
|
| index 10e79ce12b8b952e036abcbd2fbec02f4845a45c..e894ab525fa258a1239c41089545f6ad6fff7d7a 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/blocklisted-services.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/blocklisted-services.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(() => {
|
|
|