| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/device-goes-out-of-range-with-uuid.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/device-goes-out-of-range-with-uuid.html
|
| similarity index 78%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/device-goes-out-of-range-with-uuid.html
|
| index 233ed087b4d52464413e80ea2efd098422246298..c5362663634c05fae275ae5fe9ba2d6d72abfa40 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/device-goes-out-of-range-with-uuid.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/device-goes-out-of-range-with-uuid.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(() => {
|
|
|