| Index: third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/start-stop-start-stop.html
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/notifications/start-stop-start-stop.html b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/start-stop-start-stop.html
|
| similarity index 80%
|
| rename from third_party/WebKit/LayoutTests/bluetooth/notifications/start-stop-start-stop.html
|
| rename to third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/start-stop-start-stop.html
|
| index 1e65acbfe0d335b524c6e716900e8a04bb169369..7d11a71c486f9760ad64705444b6f400563eaea2 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/notifications/start-stop-start-stop.html
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/characteristic/notifications/start-stop-start-stop.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(() => {
|
|
|