| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/stop-twice.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/notifications/stop-twice.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/stop-twice.html
|
| similarity index 76%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/notifications/stop-twice.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/stop-twice.html
|
| index 01075c731951c10d668fefc59b12987f8306b0ef..25f5c06d5f3500e378325c26ea2cd680e1c94a52 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/notifications/stop-twice.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/stop-twice.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(() => {
|
|
|