| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/services-not-found.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found.html
|
| similarity index 74%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/services-not-found.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found.html
|
| index e079b5f160f06b4456da9e65df9f3be5669328ee..0d4b620e014f6d97d00bd9ae37b87738042d63c1 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/services-not-found.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/services-not-found.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(() => {
|
|
|