| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-updates-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/writeValue/write-updates-value.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-updates-value.html
|
| similarity index 81%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/writeValue/write-updates-value.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-updates-value.html
|
| index 8746df7e2425bcd35a80bbcacf1964db9e99cc81..f7dd018c391ea80c67f98ebbd20a5ca843606d0e 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/writeValue/write-updates-value.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-updates-value.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(() => {
|
|
|