| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-fails.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/writeValue/write-fails.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-fails.html
|
| similarity index 79%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/writeValue/write-fails.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-fails.html
|
| index f17621a781d420d414c5546ea550b34ea2d09a2b..72abaca98e9f8679ee1e78ef95d26921f3e5a881 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/writeValue/write-fails.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/writeValue/write-fails.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(() => {
|
|
|