| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-succeeds.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/readValue/read-succeeds.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-succeeds.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/readValue/read-succeeds.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-succeeds.html
|
| index 590948a547e70fa14bff9035215b0a54c395837c..3ca5e83b5e64b73324e479c8128162d44db1f01f 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/readValue/read-succeeds.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-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(() => {
|
|
|