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