| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-not-found.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| similarity index 74%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-not-found.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-not-found.html
|
| index 6c6f85e5d29cdb9d39979144e271a22dd77bfe9d..09ab7b4b95a8aa65fc2d2ebfe34dbd210783c23c 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/service-not-found.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/service-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(() => {
|
|
|