| Index: third_party/WebKit/LayoutTests/bluetooth/server/connect/connection-succeeds.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/connect/connection-succeeds.html b/third_party/WebKit/LayoutTests/bluetooth/server/connect/connection-succeeds.html
|
| similarity index 63%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/connect/connection-succeeds.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/connect/connection-succeeds.html
|
| index 97321810f6448a46bc4df13cc53d2c90b0ca6940..f0d82e1f3f5538e4b4fb11f99a9b2d60547b9b34 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/connect/connection-succeeds.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/connect/connection-succeeds.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(() => {
|
|
|