| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/reconnect-during-success.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/reconnect-during-success.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/reconnect-during-success.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/reconnect-during-success.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/reconnect-during-success.html
|
| index f124d8796afd17adc384413147475815a4957f44..c8ea25ad019d48c00c7b4f011289ffbb4d1d941a 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryServices/reconnect-during-success.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryServices/reconnect-during-success.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(() => {
|
|
|