| Index: third_party/WebKit/LayoutTests/bluetooth/server/disconnect/disconnect-twice-in-a-row.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/disconnect/disconnect-twice-in-a-row.html b/third_party/WebKit/LayoutTests/bluetooth/server/disconnect/disconnect-twice-in-a-row.html
|
| similarity index 72%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/disconnect/disconnect-twice-in-a-row.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/server/disconnect/disconnect-twice-in-a-row.html
|
| index a059a96318dc4e1ea75128835d200b2950ff1d07..1e6205bb3078a3d7e3d4ded6bd6a8980f5a083ac 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/disconnect/disconnect-twice-in-a-row.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/server/disconnect/disconnect-twice-in-a-row.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(() => {
|
|
|