| Index: third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-reconnects-during-error.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-error.html b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-reconnects-during-error.html
|
| similarity index 81%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-error.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-reconnects-during-error.html
|
| index 83017590a08203d83b0066e8b3791a7241f33f98..e7b8fc6c834131b0f5c079bf873409762059c219 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/getPrimaryService/device-reconnects-during-error.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/getPrimaryService/device-reconnects-during-error.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(() => {
|
|
|