| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-updates-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/readValue/read-updates-value.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-updates-value.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/readValue/read-updates-value.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-updates-value.html
|
| index ee7d212a39d270dd2a762291f0c456aabfcc5cec..5dccc7927d881332a935649e1c113a4bdc391f49 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/readValue/read-updates-value.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/readValue/read-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(() => {
|
|
|